#322914

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

Shades of Black Magic #322914

Tints of Black Magic #322914

Color information

#322914 (or 0x322914) is unknown color: approx Black Magic. HEX triplet: 32, 29 and 14. RGB value is (50,41,20). Sum of RGB (Red+Green+Blue) = 50+41+20=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322914 is #CDD6EB. Grayscale: #292929. Windows color (decimal): -13489900 or 1321266. OLE color: 1321266.

HSL color Cylindrical-coordinate representation of color #322914: hue angle of 42º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322914 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB504120-
CMYK00.180.600.80
HSL42º42.86%13.73%-
HSV(B)42º60%19.61%-
XYZ2.232.310.99-
YUV41.3115.98134.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=45.05%
G=36.94%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50412000.180.600.804242.8613.73
Hex3229140123C502a2be
Octal62512402274120525316
Binary1100101010011010001001011110010100001010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322914; }

 p { color: rgb(50,41,20); }

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

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

 a { background-color: rgb(50,41,20); }

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

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

 span { border-color: rgb(50,41,20); }

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