#190A02

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

Shades of Black #190A02

Tints of Black #190A02

Color information

#190A02 (or 0x190A02) is unknown color: approx Black. HEX triplet: 19, 0A and 02. RGB value is (25,10,2). Sum of RGB (Red+Green+Blue) = 25+10+2=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A02 is #E6F5FD. Grayscale: #0D0D0D. Windows color (decimal): -15136254 or 133657. OLE color: 133657.

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

Color convert

RGB25102-
CMYK00.600.920.90
HSL20.87º85.19%5.29%-
HSV(B)20.87º92%9.8%-
XYZ0.520.430.11-
YUV13.57121.47136.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 67.57%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=67.57%
G=27.03%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510200.600.920.9020.8785.195.29
Hex19A203C5C5A15555
Octal31122074134132251255
Binary11001101010011110010111001011010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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