#150400

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

Shades of Black #150400

Tints of Black #150400

Color information

#150400 (or 0x150400) is unknown color: approx Black. HEX triplet: 15, 04 and 00. RGB value is (21,4,0). Sum of RGB (Red+Green+Blue) = 21+4+0=25 (3% of max value = 765). Red value is 21 (8.59% from 255 or 84% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 21 - color contains mainly: red. Hex color #150400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150400 is #EAFBFF. Grayscale: #080808. Windows color (decimal): -15399936 or 1045. OLE color: 1045.

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

Color convert

RGB2140-
CMYK00.8110.92
HSL11.43º100%4.12%-
HSV(B)11.43º100%8.24%-
XYZ0.350.250.03-
YUV8.63123.13136.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 84%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 0 (0.39% from 255) = 0%
R=84%
G=16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214000.8110.9211.431004.12
Hex1540051645Cb644
Octal25400121144134131444
Binary101011000010100011100100101110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150400; }

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

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

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

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

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

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

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

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