#321845

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

Shades of Blackcurrant #321845

Tints of Blackcurrant #321845

Color information

#321845 (or 0x321845) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 45. RGB value is (50,24,69). Sum of RGB (Red+Green+Blue) = 50+24+69=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #321845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321845 is #CDE7BA. Grayscale: #242424. Windows color (decimal): -13494203 or 4528178. OLE color: 4528178.

HSL color Cylindrical-coordinate representation of color #321845: hue angle of 274.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321845 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB502469-
CMYK0.280.6500.73
HSL274.67º48.39%18.24%-
HSV(B)274.67º65.22%27.06%-
XYZ2.721.765.83-
YUV36.9146.11137.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=34.97%
G=16.78%
B=48.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5024690.280.6500.73274.6748.3918.24
Hex3218451C410491133012
Octal62301053410101114236022
Binary1100101100010001011110010000010100100110001001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321845; }

 p { color: rgb(50,24,69); }

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

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

 a { background-color: rgb(50,24,69); }

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

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

 span { border-color: rgb(50,24,69); }

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