#190A01

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

Shades of Black #190A01

Tints of Black #190A01

Color information

#190A01 (or 0x190A01) is unknown color: approx Black. HEX triplet: 19, 0A and 01. RGB value is (25,10,1). Sum of RGB (Red+Green+Blue) = 25+10+1=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A01 is #E6F5FE. Grayscale: #0D0D0D. Windows color (decimal): -15136255 or 68121. OLE color: 68121.

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

Color convert

RGB25101-
CMYK00.600.960.90
HSL22.5º92.31%5.1%-
HSV(B)22.5º96%9.8%-
XYZ0.510.430.08-
YUV13.46120.97136.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=69.44%
G=27.78%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510100.600.960.9022.592.315.1
Hex19A103C605A165c5
Octal31121074140132261345
Binary1100110101011110011000001011010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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