Html Css Color HEX #320553 Blackcurrant

📋 copy color: '#320553'

red 50 ◦ green 5 ◦ blue 83

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

Shades of Blackcurrant #320553

Tints of Blackcurrant #320553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 36.23%
G = 3.62%
B = 60.14%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320553 (or 0x320553) is known color: Blackcurrant. HEX triplet: 32, 05 and 53. RGB value is (50,5,83). Sum of RGB (Red+Green+Blue) = 50+5+83=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #320553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320553 is #CDFAAC. Grayscale: #1B1B1B. Windows color (decimal): -13499053 or 5440818. OLE color: 5440818.

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

Color convert

RGB 50 5 83 -
CMYK 0.40 0.94 0 0.67
HSL 274.62º 0.89% 0.17% -
HSV(B) 274.62º 0.94% 0.33% -
XYZ 2.93 1.41 8.3 -
YUV 27.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 50 5 83 0.40 0.94 0 0.67 274.62 0.89 0.17
Hex 32 5 53 28 5E 0 43 113 59 11
Octal 62 5 123 50 136 0 103 423 131 21
Binary 110010 101 1010011 101000 1011110 0 1000011 100010011 1011001 10001

Color Harmonies of #320553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320553

Black with #320553

Text Example


Text Example

White with #320553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320553; }

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

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

background-color css

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

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

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

border-color css

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

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

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