#180801

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

Shades of Black #180801

Tints of Black #180801

Color information

#180801 (or 0x180801) is unknown color: approx Black. HEX triplet: 18, 08 and 01. RGB value is (24,8,1). Sum of RGB (Red+Green+Blue) = 24+8+1=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180801 is #E7F7FE. Grayscale: #0C0C0C. Windows color (decimal): -15202303 or 67608. OLE color: 67608.

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

Color convert

RGB2481-
CMYK00.670.960.91
HSL18.26º92%4.9%-
HSV(B)18.26º95.83%9.41%-
XYZ0.470.370.08-
YUV11.99121.8136.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=72.73%
G=24.24%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal248100.670.960.9118.26924.9
Hex1881043605B125c5
Octal301010103140133221345
Binary11000100010100001111000001011011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180801; }

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

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

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

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

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

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

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

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