Html Css Color HEX #352814 Black Magic

📋 copy color: '#352814'

red 53 ◦ green 40 ◦ blue 20

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

Shades of Black Magic #352814

Tints of Black Magic #352814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

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

R = 46.9%
G = 35.4%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#352814 (or 0x352814) is known color: Black Magic. HEX triplet: 35, 28 and 14. RGB value is (53,40,20). Sum of RGB (Red+Green+Blue) = 53+40+20=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352814 is #CAD7EB. Grayscale: #292929. Windows color (decimal): -13293548 or 1321013. OLE color: 1321013.

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

Color convert

RGB 53 40 20 -
CMYK 0 0.25 0.62 0.79
HSL 36.36º 0.45% 0.14% -
HSV(B) 36.36º 0.62% 0.21% -
XYZ 2.35 2.32 0.99 -
YUV 41.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 53 40 20 0 0.25 0.62 0.79 36.36 0.45 0.14
Hex 35 28 14 0 19 3E 4F 24 2D E
Octal 65 50 24 0 31 76 117 44 55 16
Binary 110101 101000 10100 0 11001 111110 1001111 100100 101101 1110

Color Harmonies of #352814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352814

Black with #352814

Text Example


Text Example

White with #352814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352814; }

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

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

background-color css

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

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

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

border-color css

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

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

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