#150A08

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

Shades of Black #150A08

Tints of Black #150A08

Color information

#150A08 (or 0x150A08) is unknown color: approx Black. HEX triplet: 15, 0A and 08. RGB value is (21,10,8). Sum of RGB (Red+Green+Blue) = 21+10+8=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A08 is #EAF5F7. Grayscale: #0D0D0D. Windows color (decimal): -15398392 or 526869. OLE color: 526869.

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

Color convert

RGB21108-
CMYK00.520.620.92
HSL9.23º44.83%5.69%-
HSV(B)9.23º61.9%8.24%-
XYZ0.460.390.28-
YUV13.06125.14133.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=53.85%
G=25.64%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2110800.520.620.929.2344.835.69
Hex15A80343E5C92d6
Octal2512100647613411556
Binary1010110101000011010011111010111001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,8); }

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

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

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

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

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

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

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