#190B08

Color #190B08 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #190B08

Tints of Black #190B08

Color information

#190B08 (or 0x190B08) is unknown color: approx Black. HEX triplet: 19, 0B and 08. RGB value is (25,11,8). Sum of RGB (Red+Green+Blue) = 25+11+8=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B08 is #E6F4F7. Grayscale: #0E0E0E. Windows color (decimal): -15135992 or 527129. OLE color: 527129.

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

Color convert

RGB25118-
CMYK00.560.680.90
HSL10.59º51.52%6.47%-
HSV(B)10.59º68%9.8%-
XYZ0.560.460.29-
YUV14.84124.14135.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=56.82%
G=25%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511800.560.680.9010.5951.526.47
Hex19B8038445Ab346
Octal31131007010413213646
Binary11001101110000111000100010010110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190B08; }

 p { color: rgb(25,11,8); }

 H1.HeaderClassName
 {
   color: #190B08;
 }
 .AnyTagClassName
 {
   color: #190B08;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #190B08;
 }
 .BgClassName
 {
   background-color: #190B08;
 }
</style>
border-color css

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

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

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