#352E1A

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

Shades of Black Magic #352E1A

Tints of Black Magic #352E1A

Color information

#352E1A (or 0x352E1A) is unknown color: approx Black Magic. HEX triplet: 35, 2E and 1A. RGB value is (53,46,26). Sum of RGB (Red+Green+Blue) = 53+46+26=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E1A is #CAD1E5. Grayscale: #2D2D2D. Windows color (decimal): -13292006 or 1715765. OLE color: 1715765.

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

Color convert

RGB534626-
CMYK00.130.510.79
HSL44.44º34.18%15.49%-
HSV(B)44.44º50.94%20.78%-
XYZ2.632.791.38-
YUV45.81116.82133.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=42.4%
G=36.8%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53462600.130.510.7944.4434.1815.49
Hex352E1A0D334F2c22f
Octal65563201563117544217
Binary110101101110110100110111001110011111011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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