#321249

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

Shades of Blackcurrant #321249

Tints of Blackcurrant #321249

Color information

#321249 (or 0x321249) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 49. RGB value is (50,18,73). Sum of RGB (Red+Green+Blue) = 50+18+73=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #321249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321249 is #CDEDB6. Grayscale: #212121. Windows color (decimal): -13495735 or 4788786. OLE color: 4788786.

HSL color Cylindrical-coordinate representation of color #321249: hue angle of 274.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321249 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501873-
CMYK0.320.7500.71
HSL274.91º60.44%17.84%-
HSV(B)274.91º75.34%28.63%-
XYZ2.731.596.47-
YUV33.84150.1139.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 73 (28.91% from 255) = 51.77%
R=35.46%
G=12.77%
B=51.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5018730.320.7500.71274.9160.4417.84
Hex321249204B0471133c12
Octal62221114011301074237422
Binary11001010010100100110000010010110100011110001001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321249; }

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

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

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

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

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

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

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

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