#150500

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

Shades of Black #150500

Tints of Black #150500

Color information

#150500 (or 0x150500) is unknown color: approx Black. HEX triplet: 15, 05 and 00. RGB value is (21,5,0). Sum of RGB (Red+Green+Blue) = 21+5+0=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150500 is #EAFAFF. Grayscale: #090909. Windows color (decimal): -15399680 or 1301. OLE color: 1301.

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

Color convert

RGB2150-
CMYK00.7610.92
HSL14.29º100%4.12%-
HSV(B)14.29º100%8.24%-
XYZ0.360.270.03-
YUV9.21122.8136.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 80.77%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.77%
G=19.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215000.7610.9214.291004.12
Hex155004C645Ce644
Octal25500114144134161444
Binary101011010010011001100100101110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150500; }

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

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

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

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

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

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

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

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