#190601

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

Shades of Black #190601

Tints of Black #190601

Color information

#190601 (or 0x190601) is unknown color: approx Black. HEX triplet: 19, 06 and 01. RGB value is (25,6,1). Sum of RGB (Red+Green+Blue) = 25+6+1=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190601 is #E6F9FE. Grayscale: #0B0B0B. Windows color (decimal): -15137279 or 67097. OLE color: 67097.

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

Color convert

RGB2561-
CMYK00.760.960.90
HSL12.5º92.31%5.1%-
HSV(B)12.5º96%9.8%-
XYZ0.470.340.07-
YUV11.11122.29137.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 78.12%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=78.12%
G=18.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal256100.760.960.9012.592.315.1
Hex196104C605Ac5c5
Octal31610114140132141345
Binary110011101010011001100000101101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190601; }

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

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

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

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

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

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

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

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