#150B0B

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

Shades of Black #150B0B

Tints of Black #150B0B

Color information

#150B0B (or 0x150B0B) is unknown color: approx Black. HEX triplet: 15, 0B and 0B. RGB value is (21,11,11). Sum of RGB (Red+Green+Blue) = 21+11+11=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0B is #EAF4F4. Grayscale: #0E0E0E. Windows color (decimal): -15398133 or 723733. OLE color: 723733.

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

Color convert

RGB211111-
CMYK00.480.480.92
HSL31.25%6.27%-
HSV(B)47.62%8.24%-
XYZ0.490.420.37-
YUV13.99126.31133-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=48.84%
G=25.58%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21111100.480.480.92031.256.27
Hex15BB030305C01f6
Octal251313060601340376
Binary101011011101101100001100001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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