Html Css Color HEX #352B11 Black Magic

📋 copy color: '#352B11'

red 53 ◦ green 43 ◦ blue 17

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

Shades of Black Magic #352B11

Tints of Black Magic #352B11

RGB

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

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

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

R = 46.9%
G = 38.05%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#352B11 (or 0x352B11) is known color: Black Magic. HEX triplet: 35, 2B and 11. RGB value is (53,43,17). Sum of RGB (Red+Green+Blue) = 53+43+17=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B11 is #CAD4EE. Grayscale: #2B2B2B. Windows color (decimal): -13292783 or 1125173. OLE color: 1125173.

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

Color convert

RGB 53 43 17 -
CMYK 0 0.19 0.68 0.79
HSL 43.33º 0.51% 0.14% -
HSV(B) 43.33º 0.68% 0.21% -
XYZ 2.43 2.53 0.89 -
YUV 43.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 53 43 17 0 0.19 0.68 0.79 43.33 0.51 0.14
Hex 35 2B 11 0 13 44 4F 2B 33 E
Octal 65 53 21 0 23 104 117 53 63 16
Binary 110101 101011 10001 0 10011 1000100 1001111 101011 110011 1110

Color Harmonies of #352B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B11

Black with #352B11

Text Example


Text Example

White with #352B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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