#322613

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

Shades of Black Magic #322613

Tints of Black Magic #322613

Color information

#322613 (or 0x322613) is unknown color: approx Black Magic. HEX triplet: 32, 26 and 13. RGB value is (50,38,19). Sum of RGB (Red+Green+Blue) = 50+38+19=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322613 is #CDD9EC. Grayscale: #272727. Windows color (decimal): -13490669 or 1254962. OLE color: 1254962.

HSL color Cylindrical-coordinate representation of color #322613: hue angle of 36.77º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322613 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB503819-
CMYK00.240.620.80
HSL36.77º44.93%13.53%-
HSV(B)36.77º62%19.61%-
XYZ2.132.110.91-
YUV39.42116.48135.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=46.73%
G=35.51%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50381900.240.620.8036.7744.9313.53
Hex3226130183E50252de
Octal62462303076120455516
Binary1100101001101001101100011111010100001001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322613; }

 p { color: rgb(50,38,19); }

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

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

 a { background-color: rgb(50,38,19); }

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

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

 span { border-color: rgb(50,38,19); }

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