#150804

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

Shades of Black #150804

Tints of Black #150804

Color information

#150804 (or 0x150804) is unknown color: approx Black. HEX triplet: 15, 08 and 04. RGB value is (21,8,4). Sum of RGB (Red+Green+Blue) = 21+8+4=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150804 is #EAF7FB. Grayscale: #0B0B0B. Windows color (decimal): -15398908 or 264213. OLE color: 264213.

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

Color convert

RGB2184-
CMYK00.620.810.92
HSL14.12º68%4.9%-
HSV(B)14.12º80.95%8.24%-
XYZ0.420.340.16-
YUV11.43123.81134.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 4 (1.95% from 255) = 12.12%
R=63.64%
G=24.24%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218400.620.810.9214.12684.9
Hex158403E515Ce445
Octal25104076121134161045
Binary10101100010001111101010001101110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150804; }

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

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

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

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

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

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

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

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