#150A05

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

Shades of Black #150A05

Tints of Black #150A05

Color information

#150A05 (or 0x150A05) is unknown color: approx Black. HEX triplet: 15, 0A and 05. RGB value is (21,10,5). Sum of RGB (Red+Green+Blue) = 21+10+5=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A05 is #EAF5FA. Grayscale: #0C0C0C. Windows color (decimal): -15398395 or 330261. OLE color: 330261.

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

Color convert

RGB21105-
CMYK00.520.760.92
HSL18.75º61.54%5.1%-
HSV(B)18.75º76.19%8.24%-
XYZ0.450.390.19-
YUV12.72123.64133.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=58.33%
G=27.78%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2110500.520.760.9218.7561.545.1
Hex15A50344C5C133e5
Octal2512506411413423765
Binary10101101010101101001001100101110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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