#321938

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

Shades of Blackcurrant #321938

Tints of Blackcurrant #321938

Color information

#321938 (or 0x321938) is unknown color: approx Blackcurrant. HEX triplet: 32, 19 and 38. RGB value is (50,25,56). Sum of RGB (Red+Green+Blue) = 50+25+56=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #321938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321938 is #CDE6C7. Grayscale: #232323. Windows color (decimal): -13493960 or 3676466. OLE color: 3676466.

HSL color Cylindrical-coordinate representation of color #321938: hue angle of 288.39º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #321938 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB502556-
CMYK0.110.5500.78
HSL288.39º38.27%15.88%-
HSV(B)288.39º55.36%21.96%-
XYZ2.381.663.94-
YUV36.01139.28137.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=38.17%
G=19.08%
B=42.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5025560.110.5500.78288.3938.2715.88
Hex321938B3704E1202610
Octal623170136701164404620
Binary1100101100111100010111101110100111010010000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321938; }

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

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

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

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

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

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

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

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