Html Css Color HEX #352913 Black Magic

📋 copy color: '#352913'

red 53 ◦ green 41 ◦ blue 19

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

Shades of Black Magic #352913

Tints of Black Magic #352913

RGB

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

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

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

R = 46.9%
G = 36.28%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352913 (or 0x352913) is known color: Black Magic. HEX triplet: 35, 29 and 13. RGB value is (53,41,19). Sum of RGB (Red+Green+Blue) = 53+41+19=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352913 is #CAD6EC. Grayscale: #2A2A2A. Windows color (decimal): -13293293 or 1255733. OLE color: 1255733.

HSL color Cylindrical-coordinate representation of color #352913: hue angle of 38.82º 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 #352913 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 41 19 -
CMYK 0 0.23 0.64 0.79
HSL 38.82º 0.47% 0.14% -
HSV(B) 38.82º 0.64% 0.21% -
XYZ 2.38 2.39 0.95 -
YUV 42.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 53 41 19 0 0.23 0.64 0.79 38.82 0.47 0.14
Hex 35 29 13 0 17 40 4F 27 2F E
Octal 65 51 23 0 27 100 117 47 57 16
Binary 110101 101001 10011 0 10111 1000000 1001111 100111 101111 1110

Color Harmonies of #352913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352913

Black with #352913

Text Example


Text Example

White with #352913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352913; }

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

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

background-color css

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

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

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

border-color css

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

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

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