#150605

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

Shades of Black #150605

Tints of Black #150605

Color information

#150605 (or 0x150605) is unknown color: approx Black. HEX triplet: 15, 06 and 05. RGB value is (21,6,5). Sum of RGB (Red+Green+Blue) = 21+6+5=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150605 is #EAF9FA. Grayscale: #0A0A0A. Windows color (decimal): -15399419 or 329237. OLE color: 329237.

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

Color convert

RGB2165-
CMYK00.710.760.92
HSL3.75º61.54%5.1%-
HSV(B)3.75º76.19%8.24%-
XYZ0.40.30.18-
YUV10.37124.97135.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=65.62%
G=18.75%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal216500.710.760.923.7561.545.1
Hex15650474C5C43e5
Octal256501071141344765
Binary101011101010100011110011001011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150605; }

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

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

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

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

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

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

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

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