#320238

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

Shades of Blackcurrant #320238

Tints of Blackcurrant #320238

Color information

#320238 (or 0x320238) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 38. RGB value is (50,2,56). Sum of RGB (Red+Green+Blue) = 50+2+56=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #320238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320238 is #CDFDC7. Grayscale: #161616. Windows color (decimal): -13499848 or 3670578. OLE color: 3670578.

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

Color convert

RGB50256-
CMYK0.110.9600.78
HSL293.33º93.1%11.37%-
HSV(B)293.33º96.43%21.96%-
XYZ2.051.013.83-
YUV22.51146.9147.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=46.30%
G=1.85%
B=51.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal502560.110.9600.78293.3393.111.37
Hex32238B6004E1255db
Octal6227013140011644513513
Binary11001010111000101111000000100111010010010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320238; }

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

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

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

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

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

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

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

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