Html Css Color HEX #352E20 Black Magic

📋 copy color: '#352E20'

red 53 ◦ green 46 ◦ blue 32

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

Shades of Black Magic #352E20

Tints of Black Magic #352E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 40.46%
G = 35.11%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352E20 (or 0x352E20) is known color: Black Magic. HEX triplet: 35, 2E and 20. RGB value is (53,46,32). Sum of RGB (Red+Green+Blue) = 53+46+32=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #352E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E20 is #CAD1DF. Grayscale: #2E2E2E. Windows color (decimal): -13292000 or 2108981. OLE color: 2108981.

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

Color convert

RGB 53 46 32 -
CMYK 0 0.13 0.40 0.79
HSL 40º 0.25% 0.17% -
HSV(B) 40º 0.4% 0.21% -
XYZ 2.71 2.82 1.77 -
YUV 46.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 53 46 32 0 0.13 0.40 0.79 40 0.25 0.17
Hex 35 2E 20 0 D 28 4F 28 19 11
Octal 65 56 40 0 15 50 117 50 31 21
Binary 110101 101110 100000 0 1101 101000 1001111 101000 11001 10001

Color Harmonies of #352E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E20

Black with #352E20

Text Example


Text Example

White with #352E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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