#352817

Color #352817 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #352817

Tints of Black Magic #352817

Color information

#352817 (or 0x352817) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 17. RGB value is (53,40,23). Sum of RGB (Red+Green+Blue) = 53+40+23=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352817 is #CAD7E8. Grayscale: #2A2A2A. Windows color (decimal): -13293545 or 1517621. OLE color: 1517621.

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

Color convert

RGB534023-
CMYK00.250.570.79
HSL34º39.47%14.9%-
HSV(B)34º56.6%20.78%-
XYZ2.382.341.14-
YUV41.95117.31135.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=45.69%
G=34.48%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53402300.250.570.793439.4714.9
Hex352817019394F2227f
Octal65502703171117424717
Binary1101011010001011101100111100110011111000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352817; }

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

 H1.HeaderClassName
 {
   color: #352817;
 }
 .AnyTagClassName
 {
   color: #352817;
 }
</style>
background-color css

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

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

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

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

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

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