#150502

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

Shades of Black #150502

Tints of Black #150502

Color information

#150502 (or 0x150502) is unknown color: approx Black. HEX triplet: 15, 05 and 02. RGB value is (21,5,2). Sum of RGB (Red+Green+Blue) = 21+5+2=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150502 is #EAFAFD. Grayscale: #090909. Windows color (decimal): -15399678 or 132373. OLE color: 132373.

HSL color Cylindrical-coordinate representation of color #150502: hue angle of 9.47º 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 #150502 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB2152-
CMYK00.760.900.92
HSL9.47º82.61%4.51%-
HSV(B)9.47º90.48%8.24%-
XYZ0.370.270.09-
YUV9.44123.8136.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=75%
G=17.86%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215200.760.900.929.4782.614.51
Hex155204C5A5C9535
Octal25520114132134111235
Binary1010110110010011001011010101110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150502; }

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

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

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

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

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

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

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

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