#321247

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

Shades of Blackcurrant #321247

Tints of Blackcurrant #321247

Color information

#321247 (or 0x321247) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 47. RGB value is (50,18,71). Sum of RGB (Red+Green+Blue) = 50+18+71=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #321247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321247 is #CDEDB8. Grayscale: #212121. Windows color (decimal): -13495737 or 4657714. OLE color: 4657714.

HSL color Cylindrical-coordinate representation of color #321247: hue angle of 276.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321247 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB501871-
CMYK0.300.7500.72
HSL276.23º59.55%17.45%-
HSV(B)276.23º74.65%27.84%-
XYZ2.671.576.12-
YUV33.61149.1139.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=35.97%
G=12.95%
B=51.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5018710.300.7500.72276.2359.5517.45
Hex3212471E4B0481143c11
Octal62221073611301104247421
Binary1100101001010001111111010010110100100010001010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321247; }

 p { color: rgb(50,18,71); }

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

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

 a { background-color: rgb(50,18,71); }

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

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

 span { border-color: rgb(50,18,71); }

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