#190C06

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

Shades of Black #190C06

Tints of Black #190C06

Color information

#190C06 (or 0x190C06) is unknown color: approx Black. HEX triplet: 19, 0C and 06. RGB value is (25,12,6). Sum of RGB (Red+Green+Blue) = 25+12+6=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C06 is #E6F3F9. Grayscale: #0F0F0F. Windows color (decimal): -15135738 or 396313. OLE color: 396313.

HSL color Cylindrical-coordinate representation of color #190C06: hue angle of 18.95º 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 #190C06 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB25126-
CMYK00.520.760.90
HSL18.95º61.29%6.08%-
HSV(B)18.95º76%9.8%-
XYZ0.570.480.24-
YUV15.2122.81134.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=58.14%
G=27.91%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512600.520.760.9018.9561.296.08
Hex19C60344C5A133d6
Octal3114606411413223756
Binary11001110011001101001001100101101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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