#352E23

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

Shades of Black Magic #352E23

Tints of Black Magic #352E23

Color information

#352E23 (or 0x352E23) is unknown color: approx Black Magic. HEX triplet: 35, 2E and 23. RGB value is (53,46,35). Sum of RGB (Red+Green+Blue) = 53+46+35=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E23 is #CAD1DC. Grayscale: #2E2E2E. Windows color (decimal): -13291997 or 2305589. OLE color: 2305589.

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

Color convert

RGB534635-
CMYK00.130.340.79
HSL36.67º20.45%17.25%-
HSV(B)36.67º33.96%20.78%-
XYZ2.752.831.99-
YUV46.84121.32132.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=39.55%
G=34.33%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53463500.130.340.7936.6720.4517.25
Hex352E230D224F251411
Octal65564301542117452421
Binary1101011011101000110110110001010011111001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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