Html Css Color HEX #332C24 Black Magic

📋 copy color: '#332C24'

red 51 ◦ green 44 ◦ blue 36

#332C24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #332C24

Tints of Black Magic #332C24

RGB

 RED value IS 51 (20.31% from 255) = 38.93%

 GREEN value IS 44 (17.58% from 255) = 33.59%

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 38.93%
G = 33.59%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#332C24 (or 0x332C24) is known color: Black Magic. HEX triplet: 33, 2C and 24. RGB value is (51,44,36). Sum of RGB (Red+Green+Blue) = 51+44+36=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #332C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C24 is #CCD3DB. Grayscale: #2D2D2D. Windows color (decimal): -13423580 or 2370611. OLE color: 2370611.

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

Color convert

RGB 51 44 36 -
CMYK 0 0.14 0.29 0.8
HSL 32º 0.17% 0.17% -
HSV(B) 32º 0.29% 0.2% -
XYZ 2.58 2.63 2.04 -
YUV 45.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 51 44 36 0 0.14 0.29 0.8 32 0.17 0.17
Hex 33 2C 24 0 E 1D 50 20 11 11
Octal 63 54 44 0 16 35 120 40 21 21
Binary 110011 101100 100100 0 1110 11101 1010000 100000 10001 10001

Color Harmonies of #332C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C24

Black with #332C24

Text Example


Text Example

White with #332C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #332C24;
 }
 .AnyTagClassName
 {
   color: #332C24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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