#150505

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

Shades of Black #150505

Tints of Black #150505

Color information

#150505 (or 0x150505) is unknown color: approx Black. HEX triplet: 15, 05 and 05. RGB value is (21,5,5). Sum of RGB (Red+Green+Blue) = 21+5+5=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150505 is #EAFAFA. Grayscale: #090909. Windows color (decimal): -15399675 or 328981. OLE color: 328981.

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

Color convert

RGB2155-
CMYK00.760.760.92
HSL61.54%5.1%-
HSV(B)76.19%8.24%-
XYZ0.390.280.18-
YUV9.78125.3136-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 67.74%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=67.74%
G=16.13%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215500.760.760.92061.545.1
Hex155504C4C5C03e5
Octal255501141141340765
Binary1010110110101001100100110010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150505; }

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

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

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

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

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

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

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

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