#190201

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

Shades of Black #190201

Tints of Black #190201

Color information

#190201 (or 0x190201) is unknown color: approx Black. HEX triplet: 19, 02 and 01. RGB value is (25,2,1). Sum of RGB (Red+Green+Blue) = 25+2+1=28 (3% of max value = 765). Red value is 25 (10.16% from 255 or 89.29% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 25 - color contains mainly: red. Hex color #190201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190201 is #E6FDFE. Grayscale: #080808. Windows color (decimal): -15138303 or 66073. OLE color: 66073.

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

Color convert

RGB2521-
CMYK00.920.960.90
HSL2.5º92.31%5.1%-
HSV(B)2.5º96%9.8%-
XYZ0.430.250.05-
YUV8.76123.62139.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 89.29%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=89.29%
G=7.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252100.920.960.902.592.315.1
Hex192105C605A35c5
Octal3121013414013231345
Binary110011010101110011000001011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190201; }

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

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

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

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

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

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

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

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