#33240C

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

Shades of Black Magic #33240C

Tints of Black Magic #33240C

Color information

#33240C (or 0x33240C) is unknown color: approx Black Magic. HEX triplet: 33, 24 and 0C. RGB value is (51,36,12). Sum of RGB (Red+Green+Blue) = 51+36+12=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33240C is #CCDBF3. Grayscale: #252525. Windows color (decimal): -13425652 or 795699. OLE color: 795699.

HSL color Cylindrical-coordinate representation of color #33240C: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33240C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB513612-
CMYK00.290.760.8
HSL36.92º61.9%12.35%-
HSV(B)36.92º76.47%20%-
XYZ2.061.990.62-
YUV37.75113.47137.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=51.52%
G=36.36%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51361200.290.760.836.9261.912.35
Hex3324C01D4C50253ec
Octal634414035114120457614
Binary1100111001001100011101100110010100001001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33240C; }

 p { color: rgb(51,36,12); }

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

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

 a { background-color: rgb(51,36,12); }

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

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

 span { border-color: rgb(51,36,12); }

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