#180704

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

Shades of Black #180704

Tints of Black #180704

Color information

#180704 (or 0x180704) is unknown color: approx Black. HEX triplet: 18, 07 and 04. RGB value is (24,7,4). Sum of RGB (Red+Green+Blue) = 24+7+4=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180704 is #E7F8FB. Grayscale: #0B0B0B. Windows color (decimal): -15202556 or 263960. OLE color: 263960.

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

Color convert

RGB2474-
CMYK00.710.830.91
HSL71.43%5.49%-
HSV(B)83.33%9.41%-
XYZ0.470.350.16-
YUV11.74123.63136.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 7 (3.12% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=68.57%
G=20%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247400.710.830.91971.435.49
Hex1874047535B9475
Octal30740107123133111075
Binary11000111100010001111010011101101110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180704; }

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

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

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

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

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

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

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

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