#180705

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

Shades of Black #180705

Tints of Black #180705

Color information

#180705 (or 0x180705) is unknown color: approx Black. HEX triplet: 18, 07 and 05. RGB value is (24,7,5). Sum of RGB (Red+Green+Blue) = 24+7+5=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180705 is #E7F8FA. Grayscale: #0B0B0B. Windows color (decimal): -15202555 or 329496. OLE color: 329496.

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

Color convert

RGB2475-
CMYK00.710.790.91
HSL6.32º65.52%5.69%-
HSV(B)6.32º79.17%9.41%-
XYZ0.480.360.19-
YUV11.86124.13136.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=66.67%
G=19.44%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247500.710.790.916.3265.525.69
Hex18750474F5B6426
Octal3075010711713361026
Binary1100011110101000111100111110110111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180705; }

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

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

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

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

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

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

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

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