#321238

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

Shades of Blackcurrant #321238

Tints of Blackcurrant #321238

Color information

#321238 (or 0x321238) is unknown color: approx Blackcurrant. HEX triplet: 32, 12 and 38. RGB value is (50,18,56). Sum of RGB (Red+Green+Blue) = 50+18+56=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #321238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321238 is #CDEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13495752 or 3674674. OLE color: 3674674.

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

Color convert

RGB501856-
CMYK0.110.6800.78
HSL290.53º51.35%14.51%-
HSV(B)290.53º67.86%21.96%-
XYZ2.251.43.89-
YUV31.9141.6140.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=40.32%
G=14.52%
B=45.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5018560.110.6800.78290.5351.3514.51
Hex321238B4404E12333f
Octal6222701310401164436317
Binary1100101001011100010111000100010011101001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321238; }

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

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

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

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

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

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

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

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