#352509

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

Shades of Black Magic #352509

Tints of Black Magic #352509

Color information

#352509 (or 0x352509) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 09. RGB value is (53,37,9). Sum of RGB (Red+Green+Blue) = 53+37+9=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352509 is #CADAF6. Grayscale: #262626. Windows color (decimal): -13294327 or 599349. OLE color: 599349.

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

Color convert

RGB53379-
CMYK00.300.830.79
HSL38.18º70.97%12.16%-
HSV(B)38.18º83.02%20.78%-
XYZ2.182.10.55-
YUV38.59111.3138.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=53.54%
G=37.37%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5337900.300.830.7938.1870.9712.16
Hex3525901E534F2647c
Octal6545110361231174610714
Binary11010110010110010111101010011100111110011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352509; }

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

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

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

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

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

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

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

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