#190A05

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

Shades of Black #190A05

Tints of Black #190A05

Color information

#190A05 (or 0x190A05) is unknown color: approx Black. HEX triplet: 19, 0A and 05. RGB value is (25,10,5). Sum of RGB (Red+Green+Blue) = 25+10+5=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #190A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A05 is #E6F5FA. Grayscale: #0D0D0D. Windows color (decimal): -15136251 or 330265. OLE color: 330265.

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

Color convert

RGB25105-
CMYK00.600.800.90
HSL15º66.67%5.88%-
HSV(B)15º80%9.8%-
XYZ0.540.430.2-
YUV13.92122.97135.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 62.5%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=62.5%
G=25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510500.600.800.901566.675.88
Hex19A503C505Af436
Octal31125074120132171036
Binary11001101010101111001010000101101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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