Html Css Color HEX #352E21 Black Magic

📋 copy color: '#352E21'

red 53 ◦ green 46 ◦ blue 33

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

Shades of Black Magic #352E21

Tints of Black Magic #352E21

RGB

 RED value IS 53 (21.09% from 255) = 40.15%

 GREEN value IS 46 (18.36% from 255) = 34.85%

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

R = 40.15%
G = 34.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352E21 (or 0x352E21) is known color: Black Magic. HEX triplet: 35, 2E and 21. RGB value is (53,46,33). Sum of RGB (Red+Green+Blue) = 53+46+33=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E21 is #CAD1DE. Grayscale: #2E2E2E. Windows color (decimal): -13291999 or 2174517. OLE color: 2174517.

HSL color Cylindrical-coordinate representation of color #352E21: hue angle of 39º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352E21 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 46 33 -
CMYK 0 0.13 0.38 0.79
HSL 39º 0.23% 0.17% -
HSV(B) 39º 0.38% 0.21% -
XYZ 2.72 2.82 1.84 -
YUV 46.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 53 46 33 0 0.13 0.38 0.79 39 0.23 0.17
Hex 35 2E 21 0 D 26 4F 27 17 11
Octal 65 56 41 0 15 46 117 47 27 21
Binary 110101 101110 100001 0 1101 100110 1001111 100111 10111 10001

Color Harmonies of #352E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E21

Black with #352E21

Text Example


Text Example

White with #352E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E21; }

 p { color: rgb(53,46,33); }

 H1.HeaderClassName
 {
   color: #352E21;
 }
 .AnyTagClassName
 {
   color: #352E21;
 }
</style>

background-color css

<style>
 a { background-color: #352E21; }

 a { background-color: rgb(53,46,33); }

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

border-color css

<style>
 span { border-color: #352E21; }

 span { border-color: rgb(53,46,33); }

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