#150503

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

Shades of Black #150503

Tints of Black #150503

Color information

#150503 (or 0x150503) is unknown color: approx Black. HEX triplet: 15, 05 and 03. RGB value is (21,5,3). Sum of RGB (Red+Green+Blue) = 21+5+3=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150503 is #EAFAFC. Grayscale: #090909. Windows color (decimal): -15399677 or 197909. OLE color: 197909.

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

Color convert

RGB2153-
CMYK00.760.860.92
HSL6.67º75%4.71%-
HSV(B)6.67º85.71%8.24%-
XYZ0.380.270.12-
YUV9.56124.3136.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 72.41%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 3 (1.56% from 255) = 10.34%
R=72.41%
G=17.24%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215300.760.860.926.67754.71
Hex155304C565C74b5
Octal2553011412613471135
Binary101011011101001100101011010111001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150503; }

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

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

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

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

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

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

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

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