Html Css Color HEX #352C20 Black Magic

📋 copy color: '#352C20'

red 53 ◦ green 44 ◦ blue 32

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

Shades of Black Magic #352C20

Tints of Black Magic #352C20

RGB

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

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

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

R = 41.09%
G = 34.11%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352C20 (or 0x352C20) is known color: Black Magic. HEX triplet: 35, 2C and 20. RGB value is (53,44,32). Sum of RGB (Red+Green+Blue) = 53+44+32=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C20 is #CAD3DF. Grayscale: #2D2D2D. Windows color (decimal): -13292512 or 2108469. OLE color: 2108469.

HSL color Cylindrical-coordinate representation of color #352C20: hue angle of 34.29º 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 #352C20 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 44 32 -
CMYK 0 0.17 0.40 0.79
HSL 34.29º 0.25% 0.17% -
HSV(B) 34.29º 0.4% 0.21% -
XYZ 2.63 2.66 1.74 -
YUV 45.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 53 44 32 0 0.17 0.40 0.79 34.29 0.25 0.17
Hex 35 2C 20 0 11 28 4F 22 19 11
Octal 65 54 40 0 21 50 117 42 31 21
Binary 110101 101100 100000 0 10001 101000 1001111 100010 11001 10001

Color Harmonies of #352C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C20

Black with #352C20

Text Example


Text Example

White with #352C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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