#150806

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

Shades of Black #150806

Tints of Black #150806

Color information

#150806 (or 0x150806) is unknown color: approx Black. HEX triplet: 15, 08 and 06. RGB value is (21,8,6). Sum of RGB (Red+Green+Blue) = 21+8+6=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150806 is #EAF7F9. Grayscale: #0B0B0B. Windows color (decimal): -15398906 or 395285. OLE color: 395285.

HSL color Cylindrical-coordinate representation of color #150806: hue angle of 8º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150806 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB2186-
CMYK00.620.710.92
HSL55.56%5.29%-
HSV(B)71.43%8.24%-
XYZ0.430.350.22-
YUV11.66124.81134.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=60%
G=22.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218600.620.710.92855.565.29
Hex158603E475C8385
Octal2510607610713410705
Binary1010110001100111110100011110111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150806; }

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

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

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

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

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

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

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

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