#180505

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

Shades of Black #180505

Tints of Black #180505

Color information

#180505 (or 0x180505) is unknown color: approx Black. HEX triplet: 18, 05 and 05. RGB value is (24,5,5). Sum of RGB (Red+Green+Blue) = 24+5+5=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180505 is #E7FAFA. Grayscale: #0A0A0A. Windows color (decimal): -15203067 or 328984. OLE color: 328984.

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

Color convert

RGB2455-
CMYK00.790.790.91
HSL65.52%5.69%-
HSV(B)79.17%9.41%-
XYZ0.460.310.18-
YUV10.68124.79137.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 70.59%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=70.59%
G=14.71%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal245500.790.790.91065.525.69
Hex185504F4F5B0426
Octal3055011711713301026
Binary11000101101010011111001111101101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180505; }

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

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

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

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

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

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

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

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