#180200

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

Shades of Black #180200

Tints of Black #180200

Color information

#180200 (or 0x180200) is unknown color: approx Black. HEX triplet: 18, 02 and 00. RGB value is (24,2,0). Sum of RGB (Red+Green+Blue) = 24+2+0=26 (3% of max value = 765). Red value is 24 (9.77% from 255 or 92.31% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 24 - color contains mainly: red. Hex color #180200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180200 is #E7FDFF. Grayscale: #080808. Windows color (decimal): -15203840 or 536. OLE color: 536.

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

Color convert

RGB2420-
CMYK00.9210.91
HSL100%4.71%-
HSV(B)100%9.41%-
XYZ0.40.240.02-
YUV8.35123.29139.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 92.31%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.31%
G=7.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242000.9210.9151004.71
Hex182005C645B5645
Octal3020013414413351445
Binary1100010001011100110010010110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180200; }

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

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

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

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

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

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

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

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