#190B00

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

Shades of Black #190B00

Tints of Black #190B00

Color information

#190B00 (or 0x190B00) is unknown color: approx Black. HEX triplet: 19, 0B and 00. RGB value is (25,11,0). Sum of RGB (Red+Green+Blue) = 25+11+0=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B00 is #E6F4FF. Grayscale: #0D0D0D. Windows color (decimal): -15136000 or 2841. OLE color: 2841.

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

Color convert

RGB25110-
CMYK00.5610.90
HSL26.4º100%4.9%-
HSV(B)26.4º100%9.8%-
XYZ0.520.450.06-
YUV13.93120.14135.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.44%
G=30.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511000.5610.9026.41004.9
Hex19B0038645A1a645
Octal31130070144132321445
Binary1100110110011100011001001011010110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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