#180C01

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

Shades of Black #180C01

Tints of Black #180C01

Color information

#180C01 (or 0x180C01) is unknown color: approx Black. HEX triplet: 18, 0C and 01. RGB value is (24,12,1). Sum of RGB (Red+Green+Blue) = 24+12+1=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C01 is #E7F3FE. Grayscale: #0E0E0E. Windows color (decimal): -15201279 or 68632. OLE color: 68632.

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

Color convert

RGB24121-
CMYK00.500.960.91
HSL28.7º92%4.9%-
HSV(B)28.7º95.83%9.41%-
XYZ0.510.460.09-
YUV14.33120.48134.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 12 (5.08% from 255) = 32.43%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=64.86%
G=32.43%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412100.500.960.9128.7924.9
Hex18C1032605B1d5c5
Octal30141062140133351345
Binary1100011001011001011000001011011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180C01; }

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

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

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

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

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

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

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

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