#2C200C

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

Shades of Black Magic #2C200C

Tints of Black Magic #2C200C

Color information

#2C200C (or 0x2C200C) is unknown color: approx Black Magic. HEX triplet: 2C, 20 and 0C. RGB value is (44,32,12). Sum of RGB (Red+Green+Blue) = 44+32+12=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C200C is #D3DFF3. Grayscale: #212121. Windows color (decimal): -13885428 or 794668. OLE color: 794668.

HSL color Cylindrical-coordinate representation of color #2C200C: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C200C is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.83.

Color convert

RGB443212-
CMYK00.270.730.83
HSL37.5º57.14%10.98%-
HSV(B)37.5º72.73%17.25%-
XYZ1.621.60.57-
YUV33.31115.98135.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=50%
G=36.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44321200.270.730.8337.557.1410.98
Hex2C20C01B49532639b
Octal544014033111123467113
Binary1011001000001100011011100100110100111001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C200C; }

 p { color: rgb(44,32,12); }

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

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

 a { background-color: rgb(44,32,12); }

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

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

 span { border-color: rgb(44,32,12); }

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