#150700

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

Shades of Black #150700

Tints of Black #150700

Color information

#150700 (or 0x150700) is unknown color: approx Black. HEX triplet: 15, 07 and 00. RGB value is (21,7,0). Sum of RGB (Red+Green+Blue) = 21+7+0=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150700 is #EAF8FF. Grayscale: #0A0A0A. Windows color (decimal): -15399168 or 1813. OLE color: 1813.

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

Color convert

RGB2170-
CMYK00.6710.92
HSL20º100%4.12%-
HSV(B)20º100%8.24%-
XYZ0.390.310.04-
YUV10.39122.14135.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal217000.6710.92201004.12
Hex1570043645C14644
Octal25700103144134241444
Binary1010111100100001111001001011100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150700; }

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

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

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

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

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

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

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

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