Html Css Color HEX #352714 Black Magic

📋 copy color: '#352714'

red 53 ◦ green 39 ◦ blue 20

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

Shades of Black Magic #352714

Tints of Black Magic #352714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 47.32%
G = 34.82%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#352714 (or 0x352714) is known color: Black Magic. HEX triplet: 35, 27 and 14. RGB value is (53,39,20). Sum of RGB (Red+Green+Blue) = 53+39+20=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352714 is #CAD8EB. Grayscale: #292929. Windows color (decimal): -13293804 or 1320757. OLE color: 1320757.

HSL color Cylindrical-coordinate representation of color #352714: hue angle of 34.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352714 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 20 -
CMYK 0 0.26 0.62 0.79
HSL 34.55º 0.45% 0.14% -
HSV(B) 34.55º 0.62% 0.21% -
XYZ 2.32 2.26 0.98 -
YUV 41.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 53 39 20 0 0.26 0.62 0.79 34.55 0.45 0.14
Hex 35 27 14 0 1A 3E 4F 23 2D E
Octal 65 47 24 0 32 76 117 43 55 16
Binary 110101 100111 10100 0 11010 111110 1001111 100011 101101 1110

Color Harmonies of #352714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352714

Black with #352714

Text Example


Text Example

White with #352714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352714; }

 p { color: rgb(53,39,20); }

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

background-color css

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

 a { background-color: rgb(53,39,20); }

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

border-color css

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

 span { border-color: rgb(53,39,20); }

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