#352508

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

Shades of Black Magic #352508

Tints of Black Magic #352508

Color information

#352508 (or 0x352508) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 08. RGB value is (53,37,8). Sum of RGB (Red+Green+Blue) = 53+37+8=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #352508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352508 is #CADAF7. Grayscale: #262626. Windows color (decimal): -13294328 or 533813. OLE color: 533813.

HSL color Cylindrical-coordinate representation of color #352508: hue angle of 38.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #352508 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53378-
CMYK00.300.850.79
HSL38.67º73.77%11.96%-
HSV(B)38.67º84.91%20.78%-
XYZ2.172.10.52-
YUV38.48110.8138.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=54.08%
G=37.76%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5337800.300.850.7938.6773.7711.96
Hex3525801E554F274ac
Octal6545100361251174711214
Binary11010110010110000111101010101100111110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352508; }

 p { color: rgb(53,37,8); }

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

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

 a { background-color: rgb(53,37,8); }

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

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

 span { border-color: rgb(53,37,8); }

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