#190B01

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

Shades of Black #190B01

Tints of Black #190B01

Color information

#190B01 (or 0x190B01) is unknown color: approx Black. HEX triplet: 19, 0B and 01. RGB value is (25,11,1). Sum of RGB (Red+Green+Blue) = 25+11+1=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B01 is #E6F4FE. Grayscale: #0E0E0E. Windows color (decimal): -15135999 or 68377. OLE color: 68377.

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

Color convert

RGB25111-
CMYK00.560.960.90
HSL25º92.31%5.1%-
HSV(B)25º96%9.8%-
XYZ0.530.450.09-
YUV14.05120.64135.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 67.57%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=67.57%
G=29.73%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511100.560.960.902592.315.1
Hex19B1038605A195c5
Octal31131070140132311345
Binary1100110111011100011000001011010110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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