#190A06

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

Shades of Black #190A06

Tints of Black #190A06

Color information

#190A06 (or 0x190A06) is unknown color: approx Black. HEX triplet: 19, 0A and 06. RGB value is (25,10,6). Sum of RGB (Red+Green+Blue) = 25+10+6=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #190A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A06 is #E6F5F9. Grayscale: #0E0E0E. Windows color (decimal): -15136250 or 395801. OLE color: 395801.

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

Color convert

RGB25106-
CMYK00.600.760.90
HSL12.63º61.29%6.08%-
HSV(B)12.63º76%9.8%-
XYZ0.540.440.23-
YUV14.03123.47135.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=60.98%
G=24.39%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510600.600.760.9012.6361.296.08
Hex19A603C4C5Ad3d6
Octal3112607411413215756
Binary1100110101100111100100110010110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,10,6); }

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

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

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

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

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

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

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