#320852

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

Shades of Blackcurrant #320852

Tints of Blackcurrant #320852

Color information

#320852 (or 0x320852) is unknown color: approx Blackcurrant. HEX triplet: 32, 08 and 52. RGB value is (50,8,82). Sum of RGB (Red+Green+Blue) = 50+8+82=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #320852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320852 is #CDF7AD. Grayscale: #1C1C1C. Windows color (decimal): -13498286 or 5376050. OLE color: 5376050.

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

Color convert

RGB50882-
CMYK0.390.9000.68
HSL274.05º82.22%17.65%-
HSV(B)274.05º90.24%32.16%-
XYZ2.931.468.11-
YUV28.99157.91142.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=35.71%
G=5.71%
B=58.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal508820.390.9000.68274.0582.2217.65
Hex32852275A0441125212
Octal621012247132010442212222
Binary11001010001010010100111101101001000100100010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320852; }

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

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

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

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

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

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

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

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