#321A48

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

Shades of Blackcurrant #321A48

Tints of Blackcurrant #321A48

Color information

#321A48 (or 0x321A48) is unknown color: approx Blackcurrant. HEX triplet: 32, 1A and 48. RGB value is (50,26,72). Sum of RGB (Red+Green+Blue) = 50+26+72=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #321A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A48 is #CDE5B7. Grayscale: #262626. Windows color (decimal): -13493688 or 4725298. OLE color: 4725298.

HSL color Cylindrical-coordinate representation of color #321A48: hue angle of 271.3º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321A48 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB502672-
CMYK0.310.6400.72
HSL271.3º46.94%19.22%-
HSV(B)271.3º63.89%28.24%-
XYZ2.851.886.34-
YUV38.42146.95136.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=33.78%
G=17.57%
B=48.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5026720.310.6400.72271.346.9419.22
Hex321A481F4004810f2f13
Octal62321103710001104175723
Binary1100101101010010001111110000000100100010000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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