#150B06

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

Shades of Black #150B06

Tints of Black #150B06

Color information

#150B06 (or 0x150B06) is unknown color: approx Black. HEX triplet: 15, 0B and 06. RGB value is (21,11,6). Sum of RGB (Red+Green+Blue) = 21+11+6=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B06 is #EAF4F9. Grayscale: #0D0D0D. Windows color (decimal): -15398138 or 396053. OLE color: 396053.

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

Color convert

RGB21116-
CMYK00.480.710.92
HSL20º55.56%5.29%-
HSV(B)20º71.43%8.24%-
XYZ0.460.410.23-
YUV13.42123.81133.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=55.26%
G=28.95%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111600.480.710.922055.565.29
Hex15B6030475C14385
Octal2513606010713424705
Binary10101101111001100001000111101110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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