#352E1C

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

Shades of Black Magic #352E1C

Tints of Black Magic #352E1C

Color information

#352E1C (or 0x352E1C) is unknown color: approx Black Magic. HEX triplet: 35, 2E and 1C. RGB value is (53,46,28). Sum of RGB (Red+Green+Blue) = 53+46+28=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E1C is #CAD1E3. Grayscale: #2E2E2E. Windows color (decimal): -13292004 or 1846837. OLE color: 1846837.

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

Color convert

RGB534628-
CMYK00.130.470.79
HSL43.2º30.86%15.88%-
HSV(B)43.2º47.17%20.78%-
XYZ2.652.791.5-
YUV46.04117.82132.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=41.73%
G=36.22%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53462800.130.470.7943.230.8615.88
Hex352E1C0D2F4F2b1f10
Octal65563401557117533720
Binary110101101110111000110110111110011111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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