#321A46

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

Shades of Blackcurrant #321A46

Tints of Blackcurrant #321A46

Color information

#321A46 (or 0x321A46) is unknown color: approx Blackcurrant. HEX triplet: 32, 1A and 46. RGB value is (50,26,70). Sum of RGB (Red+Green+Blue) = 50+26+70=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #321A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A46 is #CDE5B9. Grayscale: #262626. Windows color (decimal): -13493690 or 4594226. OLE color: 4594226.

HSL color Cylindrical-coordinate representation of color #321A46: hue angle of 272.73º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321A46 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB502670-
CMYK0.290.6300.73
HSL272.73º45.83%18.82%-
HSV(B)272.73º62.86%27.45%-
XYZ2.791.866.01-
YUV38.19145.95136.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=34.25%
G=17.81%
B=47.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5026700.290.6300.73272.7345.8318.82
Hex321A461D3F0491112e13
Octal6232106357701114215623
Binary110010110101000110111011111110100100110001000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A46; }

 p { color: rgb(50,26,70); }

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

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

 a { background-color: rgb(50,26,70); }

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

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

 span { border-color: rgb(50,26,70); }

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