#150504

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

Shades of Black #150504

Tints of Black #150504

Color information

#150504 (or 0x150504) is unknown color: approx Black. HEX triplet: 15, 05 and 04. RGB value is (21,5,4). Sum of RGB (Red+Green+Blue) = 21+5+4=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150504 is #EAFAFB. Grayscale: #090909. Windows color (decimal): -15399676 or 263445. OLE color: 263445.

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

Color convert

RGB2154-
CMYK00.760.810.92
HSL3.53º68%4.9%-
HSV(B)3.53º80.95%8.24%-
XYZ0.390.280.15-
YUV9.67124.8136.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=70%
G=16.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215400.760.810.923.53684.9
Hex155404C515C4445
Octal2554011412113441045
Binary1010110110001001100101000110111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150504; }

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

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

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

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

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

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

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

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