#150B08

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

Shades of Black #150B08

Tints of Black #150B08

Color information

#150B08 (or 0x150B08) is unknown color: approx Black. HEX triplet: 15, 0B and 08. RGB value is (21,11,8). Sum of RGB (Red+Green+Blue) = 21+11+8=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B08 is #EAF4F7. Grayscale: #0D0D0D. Windows color (decimal): -15398136 or 527125. OLE color: 527125.

HSL color Cylindrical-coordinate representation of color #150B08: hue angle of 13.85º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150B08 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB21118-
CMYK00.480.620.92
HSL13.85º44.83%5.69%-
HSV(B)13.85º61.9%8.24%-
XYZ0.470.420.29-
YUV13.65124.81133.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 8 (3.52% from 255) = 20%
R=52.5%
G=27.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111800.480.620.9213.8544.835.69
Hex15B80303E5Ce2d6
Octal2513100607613416556
Binary1010110111000011000011111010111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B08; }

 p { color: rgb(21,11,8); }

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

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

 a { background-color: rgb(21,11,8); }

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

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

 span { border-color: rgb(21,11,8); }

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