#190602

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

Shades of Black #190602

Tints of Black #190602

Color information

#190602 (or 0x190602) is unknown color: approx Black. HEX triplet: 19, 06 and 02. RGB value is (25,6,2). Sum of RGB (Red+Green+Blue) = 25+6+2=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190602 is #E6F9FD. Grayscale: #0B0B0B. Windows color (decimal): -15137278 or 132633. OLE color: 132633.

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

Color convert

RGB2562-
CMYK00.760.920.90
HSL10.43º85.19%5.29%-
HSV(B)10.43º92%9.8%-
XYZ0.480.340.1-
YUV11.22122.79137.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 75.76%
GREEN value IS 6 (2.73% from 255) = 18.18%
BLUE value IS 2 (1.17% from 255) = 6.06%
R=75.76%
G=18.18%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal256200.760.920.9010.4385.195.29
Hex196204C5C5Aa555
Octal31620114134132121255
Binary1100111010010011001011100101101010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190602; }

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

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

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

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

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

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

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

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