#180700

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

Shades of Black #180700

Tints of Black #180700

Color information

#180700 (or 0x180700) is unknown color: approx Black. HEX triplet: 18, 07 and 00. RGB value is (24,7,0). Sum of RGB (Red+Green+Blue) = 24+7+0=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180700 is #E7F8FF. Grayscale: #0B0B0B. Windows color (decimal): -15202560 or 1816. OLE color: 1816.

HSL color Cylindrical-coordinate representation of color #180700: hue angle of 17.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB2470-
CMYK00.7110.91
HSL17.5º100%4.71%-
HSV(B)17.5º100%9.41%-
XYZ0.450.350.04-
YUV11.28121.63137.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 77.42%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.42%
G=22.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247000.7110.9117.51004.71
Hex1870047645B12645
Octal30700107144133221445
Binary1100011100100011111001001011011100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180700; }

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

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

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

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

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

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

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

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