#180400

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

Shades of Black #180400

Tints of Black #180400

Color information

#180400 (or 0x180400) is unknown color: approx Black. HEX triplet: 18, 04 and 00. RGB value is (24,4,0). Sum of RGB (Red+Green+Blue) = 24+4+0=28 (3% of max value = 765). Red value is 24 (9.77% from 255 or 85.71% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 24 - color contains mainly: red. Hex color #180400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180400 is #E7FBFF. Grayscale: #090909. Windows color (decimal): -15203328 or 1048. OLE color: 1048.

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

Color convert

RGB2440-
CMYK00.8310.91
HSL10º100%4.71%-
HSV(B)10º100%9.41%-
XYZ0.420.280.03-
YUV9.52122.63138.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 85.71%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal244000.8310.91101004.71
Hex1840053645Ba645
Octal30400123144133121445
Binary110001000010100111100100101101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180400; }

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

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

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

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

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

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

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

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