#320738

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

Shades of Blackcurrant #320738

Tints of Blackcurrant #320738

Color information

#320738 (or 0x320738) is unknown color: approx Blackcurrant. HEX triplet: 32, 07 and 38. RGB value is (50,7,56). Sum of RGB (Red+Green+Blue) = 50+7+56=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #320738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320738 is #CDF8C7. Grayscale: #191919. Windows color (decimal): -13498568 or 3671858. OLE color: 3671858.

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

Color convert

RGB50756-
CMYK0.110.8800.78
HSL292.65º77.78%12.35%-
HSV(B)292.65º87.5%21.96%-
XYZ2.111.123.85-
YUV25.44145.25145.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=44.25%
G=6.19%
B=49.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal507560.110.8800.78292.6577.7812.35
Hex32738B5804E1254ec
Octal6277013130011644511614
Binary110010111111000101110110000100111010010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320738; }

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

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

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

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

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

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

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

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