#190600

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

Shades of Black #190600

Tints of Black #190600

Color information

#190600 (or 0x190600) is unknown color: approx Black. HEX triplet: 19, 06 and 00. RGB value is (25,6,0). Sum of RGB (Red+Green+Blue) = 25+6+0=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190600 is #E6F9FF. Grayscale: #0B0B0B. Windows color (decimal): -15137280 or 1561. OLE color: 1561.

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

Color convert

RGB2560-
CMYK00.7610.90
HSL14.4º100%4.9%-
HSV(B)14.4º100%9.8%-
XYZ0.470.340.04-
YUV11121.79137.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 80.65%
GREEN value IS 6 (2.73% from 255) = 19.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.65%
G=19.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal256000.7610.9014.41004.9
Hex196004C645Ae645
Octal31600114144132161445
Binary110011100010011001100100101101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190600; }

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

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

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

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

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

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

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

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