Html Css Color HEX #352916 Black Magic

📋 copy color: '#352916'

red 53 ◦ green 41 ◦ blue 22

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

Shades of Black Magic #352916

Tints of Black Magic #352916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

 BLUE value IS 22 (8.98% from 255) = 18.97%

R = 45.69%
G = 35.34%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#352916 (or 0x352916) is known color: Black Magic. HEX triplet: 35, 29 and 16. RGB value is (53,41,22). Sum of RGB (Red+Green+Blue) = 53+41+22=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352916 is #CAD6E9. Grayscale: #2A2A2A. Windows color (decimal): -13293290 or 1452341. OLE color: 1452341.

HSL color Cylindrical-coordinate representation of color #352916: hue angle of 36.77º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352916 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 41 22 -
CMYK 0 0.23 0.58 0.79
HSL 36.77º 0.41% 0.15% -
HSV(B) 36.77º 0.58% 0.21% -
XYZ 2.41 2.4 1.1 -
YUV 42.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 53 41 22 0 0.23 0.58 0.79 36.77 0.41 0.15
Hex 35 29 16 0 17 3A 4F 25 29 F
Octal 65 51 26 0 27 72 117 45 51 17
Binary 110101 101001 10110 0 10111 111010 1001111 100101 101001 1111

Color Harmonies of #352916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352916

Black with #352916

Text Example


Text Example

White with #352916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352916; }

 p { color: rgb(53,41,22); }

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

background-color css

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

 a { background-color: rgb(53,41,22); }

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

border-color css

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

 span { border-color: rgb(53,41,22); }

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