Html Css Color HEX #352B20 Black Magic

📋 copy color: '#352B20'

red 53 ◦ green 43 ◦ blue 32

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

Shades of Black Magic #352B20

Tints of Black Magic #352B20

RGB

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

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

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

R = 41.41%
G = 33.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352B20 (or 0x352B20) is known color: Black Magic. HEX triplet: 35, 2B and 20. RGB value is (53,43,32). Sum of RGB (Red+Green+Blue) = 53+43+32=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B20 is #CAD4DF. Grayscale: #2C2C2C. Windows color (decimal): -13292768 or 2108213. OLE color: 2108213.

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

Color convert

RGB 53 43 32 -
CMYK 0 0.19 0.40 0.79
HSL 31.43º 0.25% 0.17% -
HSV(B) 31.43º 0.4% 0.21% -
XYZ 2.59 2.59 1.73 -
YUV 44.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 53 43 32 0 0.19 0.40 0.79 31.43 0.25 0.17
Hex 35 2B 20 0 13 28 4F 1F 19 11
Octal 65 53 40 0 23 50 117 37 31 21
Binary 110101 101011 100000 0 10011 101000 1001111 11111 11001 10001

Color Harmonies of #352B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B20

Black with #352B20

Text Example


Text Example

White with #352B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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