#180201

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

Shades of Black #180201

Tints of Black #180201

Color information

#180201 (or 0x180201) is unknown color: approx Black. HEX triplet: 18, 02 and 01. RGB value is (24,2,1). Sum of RGB (Red+Green+Blue) = 24+2+1=27 (3% of max value = 765). Red value is 24 (9.77% from 255 or 88.89% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 24 - color contains mainly: red. Hex color #180201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180201 is #E7FDFE. Grayscale: #080808. Windows color (decimal): -15203839 or 66072. OLE color: 66072.

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

Color convert

RGB2421-
CMYK00.920.960.91
HSL2.61º92%4.9%-
HSV(B)2.61º95.83%9.41%-
XYZ0.40.240.05-
YUV8.46123.79139.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=88.89%
G=7.41%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242100.920.960.912.61924.9
Hex182105C605B35c5
Octal3021013414013331345
Binary110001010101110011000001011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180201; }

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

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

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

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

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

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

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

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