#320952

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

Shades of Blackcurrant #320952

Tints of Blackcurrant #320952

Color information

#320952 (or 0x320952) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 52. RGB value is (50,9,82). Sum of RGB (Red+Green+Blue) = 50+9+82=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #320952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320952 is #CDF6AD. Grayscale: #1D1D1D. Windows color (decimal): -13498030 or 5376306. OLE color: 5376306.

HSL color Cylindrical-coordinate representation of color #320952: hue angle of 273.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320952 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB50982-
CMYK0.390.8900.68
HSL273.7º80.22%17.84%-
HSV(B)273.7º89.02%32.16%-
XYZ2.941.488.11-
YUV29.58157.58142.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 82 (32.42% from 255) = 58.16%
R=35.46%
G=6.38%
B=58.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal509820.390.8900.68273.780.2217.84
Hex3295227590441125012
Octal621112247131010442212022
Binary11001010011010010100111101100101000100100010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320952; }

 p { color: rgb(50,9,82); }

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

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

 a { background-color: rgb(50,9,82); }

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

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

 span { border-color: rgb(50,9,82); }

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