#180805

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

Shades of Black #180805

Tints of Black #180805

Color information

#180805 (or 0x180805) is unknown color: approx Black. HEX triplet: 18, 08 and 05. RGB value is (24,8,5). Sum of RGB (Red+Green+Blue) = 24+8+5=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180805 is #E7F7FA. Grayscale: #0C0C0C. Windows color (decimal): -15202299 or 329752. OLE color: 329752.

HSL color Cylindrical-coordinate representation of color #180805: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180805 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB2485-
CMYK00.670.790.91
HSL9.47º65.52%5.69%-
HSV(B)9.47º79.17%9.41%-
XYZ0.490.380.19-
YUV12.44123.8136.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=64.86%
G=21.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal248500.670.790.919.4765.525.69
Hex18850434F5B9426
Octal301050103117133111026
Binary110001000101010000111001111101101110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180805; }

 p { color: rgb(24,8,5); }

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

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

 a { background-color: rgb(24,8,5); }

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

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

 span { border-color: rgb(24,8,5); }

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