#150704

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

Shades of Black #150704

Tints of Black #150704

Color information

#150704 (or 0x150704) is unknown color: approx Black. HEX triplet: 15, 07 and 04. RGB value is (21,7,4). Sum of RGB (Red+Green+Blue) = 21+7+4=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150704 is #EAF8FB. Grayscale: #0A0A0A. Windows color (decimal): -15399164 or 263957. OLE color: 263957.

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

Color convert

RGB2174-
CMYK00.670.810.92
HSL10.59º68%4.9%-
HSV(B)10.59º80.95%8.24%-
XYZ0.410.320.16-
YUV10.84124.14135.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=65.62%
G=21.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal217400.670.810.9210.59684.9
Hex1574043515Cb445
Octal25740103121134131045
Binary10101111100010000111010001101110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150704; }

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

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

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

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

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

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

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

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