#190B02

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

Shades of Black #190B02

Tints of Black #190B02

Color information

#190B02 (or 0x190B02) is unknown color: approx Black. HEX triplet: 19, 0B and 02. RGB value is (25,11,2). Sum of RGB (Red+Green+Blue) = 25+11+2=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B02 is #E6F4FD. Grayscale: #0E0E0E. Windows color (decimal): -15135998 or 133913. OLE color: 133913.

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

Color convert

RGB25112-
CMYK00.560.920.90
HSL23.48º85.19%5.29%-
HSV(B)23.48º92%9.8%-
XYZ0.530.450.12-
YUV14.16121.14135.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 65.79%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=65.79%
G=28.95%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511200.560.920.9023.4885.195.29
Hex19B20385C5A17555
Octal31132070134132271255
Binary11001101110011100010111001011010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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