#321138

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

Shades of Blackcurrant #321138

Tints of Blackcurrant #321138

Color information

#321138 (or 0x321138) is unknown color: approx Blackcurrant. HEX triplet: 32, 11 and 38. RGB value is (50,17,56). Sum of RGB (Red+Green+Blue) = 50+17+56=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #321138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321138 is #CDEEC7. Grayscale: #1F1F1F. Windows color (decimal): -13496008 or 3674418. OLE color: 3674418.

HSL color Cylindrical-coordinate representation of color #321138: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321138 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB501756-
CMYK0.110.7000.78
HSL290.77º53.42%14.31%-
HSV(B)290.77º69.64%21.96%-
XYZ2.231.363.89-
YUV31.31141.93141.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=40.65%
G=13.82%
B=45.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5017560.110.7000.78290.7753.4214.31
Hex321138B4604E12335e
Octal6221701310601164436516
Binary1100101000111100010111000110010011101001000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321138; }

 p { color: rgb(50,17,56); }

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

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

 a { background-color: rgb(50,17,56); }

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

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

 span { border-color: rgb(50,17,56); }

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