#320A41

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

Shades of Blackcurrant #320A41

Tints of Blackcurrant #320A41

Color information

#320A41 (or 0x320A41) is unknown color: approx Blackcurrant. HEX triplet: 32, 0A and 41. RGB value is (50,10,65). Sum of RGB (Red+Green+Blue) = 50+10+65=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #320A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A41 is #CDF5BE. Grayscale: #1C1C1C. Windows color (decimal): -13497791 or 4262450. OLE color: 4262450.

HSL color Cylindrical-coordinate representation of color #320A41: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320A41 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB501065-
CMYK0.230.8500.75
HSL283.64º73.33%14.71%-
HSV(B)283.64º84.62%25.49%-
XYZ2.381.285.12-
YUV28.23148.75143.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 65 (25.78% from 255) = 52%
R=40%
G=8%
B=52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5010650.230.8500.75283.6473.3314.71
Hex32A41175504B11c49f
Octal621210127125011343411117
Binary110010101010000011011110101010100101110001110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320A41; }

 p { color: rgb(50,10,65); }

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

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

 a { background-color: rgb(50,10,65); }

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

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

 span { border-color: rgb(50,10,65); }

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