#180901

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

Shades of Black #180901

Tints of Black #180901

Color information

#180901 (or 0x180901) is unknown color: approx Black. HEX triplet: 18, 09 and 01. RGB value is (24,9,1). Sum of RGB (Red+Green+Blue) = 24+9+1=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180901 is #E7F6FE. Grayscale: #0C0C0C. Windows color (decimal): -15202047 or 67864. OLE color: 67864.

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

Color convert

RGB2491-
CMYK00.630.960.91
HSL20.87º92%4.9%-
HSV(B)20.87º95.83%9.41%-
XYZ0.480.390.08-
YUV12.57121.47136.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 70.59%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=70.59%
G=26.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal249100.630.960.9120.87924.9
Hex189103F605B155c5
Octal30111077140133251345
Binary1100010011011111111000001011011101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180901; }

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

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

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

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

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

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

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

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