#150F0D

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

Shades of Black #150F0D

Tints of Black #150F0D

Color information

#150F0D (or 0x150F0D) is unknown color: approx Black. HEX triplet: 15, 0F and 0D. RGB value is (21,15,13). Sum of RGB (Red+Green+Blue) = 21+15+13=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0D is #EAF0F2. Grayscale: #101010. Windows color (decimal): -15397107 or 855829. OLE color: 855829.

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

Color convert

RGB211513-
CMYK00.290.380.92
HSL15º23.53%6.67%-
HSV(B)15º38.1%8.24%-
XYZ0.550.530.45-
YUV16.57125.99131.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=42.86%
G=30.61%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21151300.290.380.921523.536.67
Hex15FD01D265Cf187
Octal2517150354613417307
Binary10101111111010111011001101011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,15,13); }

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

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

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

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

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

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

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