#150A02

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

Shades of Black #150A02

Tints of Black #150A02

Color information

#150A02 (or 0x150A02) is unknown color: approx Black. HEX triplet: 15, 0A and 02. RGB value is (21,10,2). Sum of RGB (Red+Green+Blue) = 21+10+2=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A02 is #EAF5FD. Grayscale: #0C0C0C. Windows color (decimal): -15398398 or 133653. OLE color: 133653.

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

Color convert

RGB21102-
CMYK00.520.900.92
HSL25.26º82.61%4.51%-
HSV(B)25.26º90.48%8.24%-
XYZ0.430.380.11-
YUV12.38122.14134.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 63.64%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 2 (1.17% from 255) = 6.06%
R=63.64%
G=30.30%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2110200.520.900.9225.2682.614.51
Hex15A20345A5C19535
Octal25122064132134311235
Binary10101101010011010010110101011100110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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