#150B09

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

Shades of Black #150B09

Tints of Black #150B09

Color information

#150B09 (or 0x150B09) is unknown color: approx Black. HEX triplet: 15, 0B and 09. RGB value is (21,11,9). Sum of RGB (Red+Green+Blue) = 21+11+9=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B09 is #EAF4F6. Grayscale: #0D0D0D. Windows color (decimal): -15398135 or 592661. OLE color: 592661.

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

Color convert

RGB21119-
CMYK00.480.570.92
HSL10º40%5.88%-
HSV(B)10º57.14%8.24%-
XYZ0.480.420.31-
YUV13.76125.31133.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=51.22%
G=26.83%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111900.480.570.9210405.88
Hex15B9030395Ca286
Octal2513110607113412506
Binary1010110111001011000011100110111001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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