#352B15

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

Shades of Black Magic #352B15

Tints of Black Magic #352B15

Color information

#352B15 (or 0x352B15) is unknown color: approx Black Magic. HEX triplet: 35, 2B and 15. RGB value is (53,43,21). Sum of RGB (Red+Green+Blue) = 53+43+21=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B15 is #CAD4EA. Grayscale: #2B2B2B. Windows color (decimal): -13292779 or 1387317. OLE color: 1387317.

HSL color Cylindrical-coordinate representation of color #352B15: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352B15 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB534321-
CMYK00.190.600.79
HSL41.25º43.24%14.51%-
HSV(B)41.25º60.38%20.78%-
XYZ2.472.541.07-
YUV43.48115.31134.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=45.30%
G=36.75%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53432100.190.600.7941.2543.2414.51
Hex352B150133C4F292bf
Octal65532502374117515317
Binary1101011010111010101001111110010011111010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,43,21); }

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

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

 a { background-color: rgb(53,43,21); }

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

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

 span { border-color: rgb(53,43,21); }

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