#352A1A

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

Shades of Black Magic #352A1A

Tints of Black Magic #352A1A

Color information

#352A1A (or 0x352A1A) is unknown color: approx Black Magic. HEX triplet: 35, 2A and 1A. RGB value is (53,42,26). Sum of RGB (Red+Green+Blue) = 53+42+26=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A1A is #CAD5E5. Grayscale: #2B2B2B. Windows color (decimal): -13293030 or 1714741. OLE color: 1714741.

HSL color Cylindrical-coordinate representation of color #352A1A: hue angle of 35.56º 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 #352A1A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB534226-
CMYK00.210.510.79
HSL35.56º34.18%15.49%-
HSV(B)35.56º50.94%20.78%-
XYZ2.482.491.33-
YUV43.46118.14134.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=43.80%
G=34.71%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53422600.210.510.7935.5634.1815.49
Hex352A1A015334F2422f
Octal65523202563117444217
Binary1101011010101101001010111001110011111001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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