Html Css Color HEX #352815 Black Magic

📋 copy color: '#352815'

red 53 ◦ green 40 ◦ blue 21

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

Shades of Black Magic #352815

Tints of Black Magic #352815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 46.49%
G = 35.09%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352815 (or 0x352815) is known color: Black Magic. HEX triplet: 35, 28 and 15. RGB value is (53,40,21). Sum of RGB (Red+Green+Blue) = 53+40+21=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #352815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352815 is #CAD7EA. Grayscale: #292929. Windows color (decimal): -13293547 or 1386549. OLE color: 1386549.

HSL color Cylindrical-coordinate representation of color #352815: hue angle of 35.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352815 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 21 -
CMYK 0 0.25 0.60 0.79
HSL 35.63º 0.43% 0.15% -
HSV(B) 35.63º 0.6% 0.21% -
XYZ 2.36 2.33 1.03 -
YUV 41.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 53 40 21 0 0.25 0.60 0.79 35.63 0.43 0.15
Hex 35 28 15 0 19 3C 4F 24 2B F
Octal 65 50 25 0 31 74 117 44 53 17
Binary 110101 101000 10101 0 11001 111100 1001111 100100 101011 1111

Color Harmonies of #352815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352815

Black with #352815

Text Example


Text Example

White with #352815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352815; }

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

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

background-color css

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

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

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

border-color css

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

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

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