#150E0C

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

Shades of Black #150E0C

Tints of Black #150E0C

Color information

#150E0C (or 0x150E0C) is unknown color: approx Black. HEX triplet: 15, 0E and 0C. RGB value is (21,14,12). Sum of RGB (Red+Green+Blue) = 21+14+12=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E0C is #EAF1F3. Grayscale: #0F0F0F. Windows color (decimal): -15397364 or 790037. OLE color: 790037.

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

Color convert

RGB211412-
CMYK00.330.430.92
HSL13.33º27.27%6.47%-
HSV(B)13.33º42.86%8.24%-
XYZ0.530.50.42-
YUV15.86125.82131.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=44.68%
G=29.79%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21141200.330.430.9213.3327.276.47
Hex15EC0212B5Cd1b6
Octal2516140415313415336
Binary101011110110001000011010111011100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,12); }

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

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

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

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

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

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

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