#190A08

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

Shades of Black #190A08

Tints of Black #190A08

Color information

#190A08 (or 0x190A08) is unknown color: approx Black. HEX triplet: 19, 0A and 08. RGB value is (25,10,8). Sum of RGB (Red+Green+Blue) = 25+10+8=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A08 is #E6F5F7. Grayscale: #0E0E0E. Windows color (decimal): -15136248 or 526873. OLE color: 526873.

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

Color convert

RGB25108-
CMYK00.600.680.90
HSL7.06º51.52%6.47%-
HSV(B)7.06º68%9.8%-
XYZ0.550.440.29-
YUV14.26124.47135.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=58.14%
G=23.26%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510800.600.680.907.0651.526.47
Hex19A803C445A7346
Octal3112100741041327646
Binary1100110101000011110010001001011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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