Html Css Color HEX #190000 Black

📋 copy color: '#190000'

red 25 ◦ green 0 ◦ blue 0

#190000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #190000

Tints of Black #190000

RGB

 RED value IS 25 (10.16% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.90

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#190000 (or 0x190000) is known color: Black. HEX triplet: 19, 00 and 00. RGB value is (25,0,0). Sum of RGB (Red+Green+Blue) = 25+0+0=25 (3% of max value = 765). Red value is 25 (10.16% from 255 or 100% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 25 - color contains mainly: red. Hex color #190000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190000 is #E6FFFF. Grayscale: #070707. Windows color (decimal): -15138816 or 25. OLE color: 25.

HSL color Cylindrical-coordinate representation of color #190000: hue angle of 0º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 0 0 -
CMYK 0 1 1 0.90
HSL 1% 0.05% -
HSV(B) 1% 0.1% -
XYZ 0.4 0.21 0.02 -
YUV 7.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 25 0 0 0 1 1 0.90 0 1 0.05
Hex 19 0 0 0 64 64 5A 0 64 5
Octal 31 0 0 0 144 144 132 0 144 5
Binary 11001 0 0 0 1100100 1100100 1011010 0 1100100 101

Color Harmonies of #190000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190000

Black with #190000

Text Example


Text Example

White with #190000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190000; }

 p { color: rgb(25,0,0); }

 H1.HeaderClassName
 {
   color: #190000;
 }
 .AnyTagClassName
 {
   color: #190000;
 }
</style>

background-color css

<style>
 a { background-color: #190000; }

 a { background-color: rgb(25,0,0); }

 div.DivClassName
 {
   background-color: #190000;
 }
 .BgClassName
 {
   background-color: #190000;
 }
</style>

border-color css

<style>
 span { border-color: #190000; }

 span { border-color: rgb(25,0,0); }

 td.TdClassName
 {
   border-color: #190000;
 }
 .TagClassName
 {
   border-color: #190000;
 }
</style>