#332C18

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

Shades of Black Magic #332C18

Tints of Black Magic #332C18

Color information

#332C18 (or 0x332C18) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 18. RGB value is (51,44,24). Sum of RGB (Red+Green+Blue) = 51+44+24=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C18 is #CCD3E7. Grayscale: #2B2B2B. Windows color (decimal): -13423592 or 1584179. OLE color: 1584179.

HSL color Cylindrical-coordinate representation of color #332C18: hue angle of 44.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332C18 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB514424-
CMYK00.140.530.8
HSL44.44º36%14.71%-
HSV(B)44.44º52.94%20%-
XYZ2.432.571.23-
YUV43.81116.82133.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=42.86%
G=36.97%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442400.140.530.844.443614.71
Hex332C180E35502c24f
Octal63543001665120544417
Binary110011101100110000111011010110100001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332C18; }

 p { color: rgb(51,44,24); }

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

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

 a { background-color: rgb(51,44,24); }

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

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

 span { border-color: rgb(51,44,24); }

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