Html Css Color HEX #352711 Black Magic

📋 copy color: '#352711'

red 53 ◦ green 39 ◦ blue 17

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

Shades of Black Magic #352711

Tints of Black Magic #352711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 48.62%
G = 35.78%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#352711 (or 0x352711) is known color: Black Magic. HEX triplet: 35, 27 and 11. RGB value is (53,39,17). Sum of RGB (Red+Green+Blue) = 53+39+17=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352711 is #CAD8EE. Grayscale: #282828. Windows color (decimal): -13293807 or 1124149. OLE color: 1124149.

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

Color convert

RGB 53 39 17 -
CMYK 0 0.26 0.68 0.79
HSL 36.67º 0.51% 0.14% -
HSV(B) 36.67º 0.68% 0.21% -
XYZ 2.29 2.25 0.84 -
YUV 40.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 53 39 17 0 0.26 0.68 0.79 36.67 0.51 0.14
Hex 35 27 11 0 1A 44 4F 25 33 E
Octal 65 47 21 0 32 104 117 45 63 16
Binary 110101 100111 10001 0 11010 1000100 1001111 100101 110011 1110

Color Harmonies of #352711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352711

Black with #352711

Text Example


Text Example

White with #352711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352711; }

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

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

background-color css

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

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

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

border-color css

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

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

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