Html Css Color HEX #332B21 Black Magic

📋 copy color: '#332B21'

red 51 ◦ green 43 ◦ blue 33

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

Shades of Black Magic #332B21

Tints of Black Magic #332B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 40.16%
G = 33.86%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332B21 (or 0x332B21) is known color: Black Magic. HEX triplet: 33, 2B and 21. RGB value is (51,43,33). Sum of RGB (Red+Green+Blue) = 51+43+33=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B21 is #CCD4DE. Grayscale: #2C2C2C. Windows color (decimal): -13423839 or 2173747. OLE color: 2173747.

HSL color Cylindrical-coordinate representation of color #332B21: hue angle of 33.33º 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 #332B21 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 43 33 -
CMYK 0 0.16 0.35 0.8
HSL 33.33º 0.21% 0.16% -
HSV(B) 33.33º 0.35% 0.2% -
XYZ 2.5 2.54 1.8 -
YUV 44.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 51 43 33 0 0.16 0.35 0.8 33.33 0.21 0.16
Hex 33 2B 21 0 10 23 50 21 15 10
Octal 63 53 41 0 20 43 120 41 25 20
Binary 110011 101011 100001 0 10000 100011 1010000 100001 10101 10000

Color Harmonies of #332B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B21

Black with #332B21

Text Example


Text Example

White with #332B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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