#190C04

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

Shades of Black #190C04

Tints of Black #190C04

Color information

#190C04 (or 0x190C04) is unknown color: approx Black. HEX triplet: 19, 0C and 04. RGB value is (25,12,4). Sum of RGB (Red+Green+Blue) = 25+12+4=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #190C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C04 is #E6F3FB. Grayscale: #0F0F0F. Windows color (decimal): -15135740 or 265241. OLE color: 265241.

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

Color convert

RGB25124-
CMYK00.520.840.90
HSL22.86º72.41%5.69%-
HSV(B)22.86º84%9.8%-
XYZ0.550.480.18-
YUV14.97121.81135.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=60.98%
G=29.27%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512400.520.840.9022.8672.415.69
Hex19C4034545A17486
Octal31144064124132271106
Binary110011100100011010010101001011010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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