#150B00

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

Shades of Black #150B00

Tints of Black #150B00

Color information

#150B00 (or 0x150B00) is unknown color: approx Black. HEX triplet: 15, 0B and 00. RGB value is (21,11,0). Sum of RGB (Red+Green+Blue) = 21+11+0=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B00 is #EAF4FF. Grayscale: #0C0C0C. Windows color (decimal): -15398144 or 2837. OLE color: 2837.

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

Color convert

RGB21110-
CMYK00.4810.92
HSL31.43º100%4.12%-
HSV(B)31.43º100%8.24%-
XYZ0.430.40.05-
YUV12.74120.81133.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.62%
G=34.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111000.4810.9231.431004.12
Hex15B0030645C1f644
Octal25130060144134371444
Binary1010110110011000011001001011100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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