#150D07

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

Shades of Black #150D07

Tints of Black #150D07

Color information

#150D07 (or 0x150D07) is unknown color: approx Black. HEX triplet: 15, 0D and 07. RGB value is (21,13,7). Sum of RGB (Red+Green+Blue) = 21+13+7=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D07 is #EAF2F8. Grayscale: #0E0E0E. Windows color (decimal): -15397625 or 462101. OLE color: 462101.

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

Color convert

RGB21137-
CMYK00.380.670.92
HSL25.71º50%5.49%-
HSV(B)25.71º66.67%8.24%-
XYZ0.490.460.26-
YUV14.71123.65132.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=51.22%
G=31.71%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2113700.380.670.9225.71505.49
Hex15D7026435C1a325
Octal2515704610313432625
Binary10101110111101001101000011101110011010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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