#352E25

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

Shades of Black Magic #352E25

Tints of Black Magic #352E25

Color information

#352E25 (or 0x352E25) is unknown color: approx Black Magic. HEX triplet: 35, 2E and 25. RGB value is (53,46,37). Sum of RGB (Red+Green+Blue) = 53+46+37=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E25 is #CAD1DA. Grayscale: #2F2F2F. Windows color (decimal): -13291995 or 2436661. OLE color: 2436661.

HSL color Cylindrical-coordinate representation of color #352E25: hue angle of 33.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352E25 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB534637-
CMYK00.130.300.79
HSL33.75º17.78%17.65%-
HSV(B)33.75º30.19%20.78%-
XYZ2.782.842.15-
YUV47.07122.32132.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=38.97%
G=33.82%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53463700.130.300.7933.7517.7817.65
Hex352E250D1E4F221212
Octal65564501536117422222
Binary110101101110100101011011111010011111000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,37); }

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

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

 a { background-color: rgb(53,46,37); }

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

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

 span { border-color: rgb(53,46,37); }

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