#180C07

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

Shades of Black #180C07

Tints of Black #180C07

Color information

#180C07 (or 0x180C07) is unknown color: approx Black. HEX triplet: 18, 0C and 07. RGB value is (24,12,7). Sum of RGB (Red+Green+Blue) = 24+12+7=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C07 is #E7F3F8. Grayscale: #0F0F0F. Windows color (decimal): -15201273 or 461848. OLE color: 461848.

HSL color Cylindrical-coordinate representation of color #180C07: hue angle of 17.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180C07 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB24127-
CMYK00.500.710.91
HSL17.65º54.84%6.08%-
HSV(B)17.65º70.83%9.41%-
XYZ0.550.470.26-
YUV15.02123.48134.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=55.81%
G=27.91%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2412700.500.710.9117.6554.846.08
Hex18C7032475B12376
Octal3014706210713322676
Binary11000110011101100101000111101101110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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