Html Css Color HEX #352713 Black Magic

📋 copy color: '#352713'

red 53 ◦ green 39 ◦ blue 19

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

Shades of Black Magic #352713

Tints of Black Magic #352713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 47.75%
G = 35.14%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352713 (or 0x352713) is known color: Black Magic. HEX triplet: 35, 27 and 13. RGB value is (53,39,19). Sum of RGB (Red+Green+Blue) = 53+39+19=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352713 is #CAD8EC. Grayscale: #292929. Windows color (decimal): -13293805 or 1255221. OLE color: 1255221.

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

Color convert

RGB 53 39 19 -
CMYK 0 0.26 0.64 0.79
HSL 35.29º 0.47% 0.14% -
HSV(B) 35.29º 0.64% 0.21% -
XYZ 2.31 2.25 0.93 -
YUV 40.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 53 39 19 0 0.26 0.64 0.79 35.29 0.47 0.14
Hex 35 27 13 0 1A 40 4F 23 2F E
Octal 65 47 23 0 32 100 117 43 57 16
Binary 110101 100111 10011 0 11010 1000000 1001111 100011 101111 1110

Color Harmonies of #352713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352713

Black with #352713

Text Example


Text Example

White with #352713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352713; }

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

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

background-color css

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

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

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

border-color css

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

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

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