Html Css Color HEX #332C21 Black Magic

📋 copy color: '#332C21'

red 51 ◦ green 44 ◦ blue 33

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

Shades of Black Magic #332C21

Tints of Black Magic #332C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 39.84%
G = 34.38%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332C21 (or 0x332C21) is known color: Black Magic. HEX triplet: 33, 2C and 21. RGB value is (51,44,33). Sum of RGB (Red+Green+Blue) = 51+44+33=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C21 is #CCD3DE. Grayscale: #2C2C2C. Windows color (decimal): -13423583 or 2174003. OLE color: 2174003.

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

Color convert

RGB 51 44 33 -
CMYK 0 0.14 0.35 0.8
HSL 36.67º 0.21% 0.16% -
HSV(B) 36.67º 0.35% 0.2% -
XYZ 2.54 2.61 1.81 -
YUV 44.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 51 44 33 0 0.14 0.35 0.8 36.67 0.21 0.16
Hex 33 2C 21 0 E 23 50 25 15 10
Octal 63 54 41 0 16 43 120 45 25 20
Binary 110011 101100 100001 0 1110 100011 1010000 100101 10101 10000

Color Harmonies of #332C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C21

Black with #332C21

Text Example


Text Example

White with #332C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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