Html Css Color HEX #320552 Blackcurrant

📋 copy color: '#320552'

red 50 ◦ green 5 ◦ blue 82

#320552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #320552

Tints of Blackcurrant #320552

RGB

 RED value IS 50 (19.92% from 255) = 36.5%

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 36.5%
G = 3.65%
B = 59.85%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#320552 (or 0x320552) is known color: Blackcurrant. HEX triplet: 32, 05 and 52. RGB value is (50,5,82). Sum of RGB (Red+Green+Blue) = 50+5+82=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #320552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320552 is #CDFAAD. Grayscale: #1A1A1A. Windows color (decimal): -13499054 or 5375282. OLE color: 5375282.

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

Color convert

RGB 50 5 82 -
CMYK 0.39 0.94 0 0.68
HSL 275.06º 0.89% 0.17% -
HSV(B) 275.06º 0.94% 0.32% -
XYZ 2.89 1.4 8.1 -
YUV 27.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 50 5 82 0.39 0.94 0 0.68 275.06 0.89 0.17
Hex 32 5 52 27 5E 0 44 113 59 11
Octal 62 5 122 47 136 0 104 423 131 21
Binary 110010 101 1010010 100111 1011110 0 1000100 100010011 1011001 10001

Color Harmonies of #320552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320552

Black with #320552

Text Example


Text Example

White with #320552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320552; }

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

 H1.HeaderClassName
 {
   color: #320552;
 }
 .AnyTagClassName
 {
   color: #320552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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