#320053

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

Shades of Blackcurrant #320053

Tints of Blackcurrant #320053

Color information

#320053 (or 0x320053) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 53. RGB value is (50,0,83). Sum of RGB (Red+Green+Blue) = 50+0+83=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #320053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320053 is #CDFFAC. Grayscale: #181818. Windows color (decimal): -13500333 or 5439538. OLE color: 5439538.

HSL color Cylindrical-coordinate representation of color #320053: hue angle of 276.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320053 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB50083-
CMYK0.40100.67
HSL276.14º100%16.27%-
HSV(B)276.14º100%32.55%-
XYZ2.881.38.28-
YUV24.41161.06146.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=37.59%
G=0%
B=62.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal500830.40100.67276.1410016.27
Hex3205328640431146410
Octal62012350144010342414420
Binary11001001010011101000110010001000011100010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320053; }

 p { color: rgb(50,0,83); }

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

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

 a { background-color: rgb(50,0,83); }

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

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

 span { border-color: rgb(50,0,83); }

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