#190A04

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

Shades of Black #190A04

Tints of Black #190A04

Color information

#190A04 (or 0x190A04) is unknown color: approx Black. HEX triplet: 19, 0A and 04. RGB value is (25,10,4). Sum of RGB (Red+Green+Blue) = 25+10+4=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A04 is #E6F5FB. Grayscale: #0D0D0D. Windows color (decimal): -15136252 or 264729. OLE color: 264729.

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

Color convert

RGB25104-
CMYK00.600.840.90
HSL17.14º72.41%5.69%-
HSV(B)17.14º84%9.8%-
XYZ0.530.430.17-
YUV13.8122.47135.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=64.10%
G=25.64%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510400.600.840.9017.1472.415.69
Hex19A403C545A11486
Octal31124074124132211106
Binary110011010100011110010101001011010100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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