Html Css Color HEX #320955 Blackcurrant

📋 copy color: '#320955'

red 50 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #320955

Tints of Blackcurrant #320955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 85 (33.59% from 255) = 59.03%

R = 34.72%
G = 6.25%
B = 59.03%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320955 (or 0x320955) is known color: Blackcurrant. HEX triplet: 32, 09 and 55. RGB value is (50,9,85). Sum of RGB (Red+Green+Blue) = 50+9+85=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #320955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320955 is #CDF6AA. Grayscale: #1D1D1D. Windows color (decimal): -13498027 or 5572914. OLE color: 5572914.

HSL color Cylindrical-coordinate representation of color #320955: hue angle of 272.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320955 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 9 85 -
CMYK 0.41 0.89 0 0.67
HSL 272.37º 0.81% 0.18% -
HSV(B) 272.37º 0.89% 0.33% -
XYZ 3.05 1.53 8.73 -
YUV 29.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 50 9 85 0.41 0.89 0 0.67 272.37 0.81 0.18
Hex 32 9 55 29 59 0 43 110 51 12
Octal 62 11 125 51 131 0 103 420 121 22
Binary 110010 1001 1010101 101001 1011001 0 1000011 100010000 1010001 10010

Color Harmonies of #320955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320955

Black with #320955

Text Example


Text Example

White with #320955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320955; }

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

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

background-color css

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

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

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

border-color css

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

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

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