Html Css Color HEX #320654 Blackcurrant

📋 copy color: '#320654'

red 50 ◦ green 6 ◦ blue 84

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

Shades of Blackcurrant #320654

Tints of Blackcurrant #320654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 84 (33.2% from 255) = 60%

R = 35.71%
G = 4.29%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320654 (or 0x320654) is known color: Blackcurrant. HEX triplet: 32, 06 and 54. RGB value is (50,6,84). Sum of RGB (Red+Green+Blue) = 50+6+84=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #320654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320654 is #CDF9AB. Grayscale: #1B1B1B. Windows color (decimal): -13498796 or 5506610. OLE color: 5506610.

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

Color convert

RGB 50 6 84 -
CMYK 0.40 0.93 0 0.67
HSL 273.85º 0.87% 0.18% -
HSV(B) 273.85º 0.93% 0.33% -
XYZ 2.98 1.45 8.51 -
YUV 28.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 50 6 84 0.40 0.93 0 0.67 273.85 0.87 0.18
Hex 32 6 54 28 5D 0 43 112 57 12
Octal 62 6 124 50 135 0 103 422 127 22
Binary 110010 110 1010100 101000 1011101 0 1000011 100010010 1010111 10010

Color Harmonies of #320654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320654

Black with #320654

Text Example


Text Example

White with #320654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320654; }

 p { color: rgb(50,6,84); }

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

background-color css

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

 a { background-color: rgb(50,6,84); }

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

border-color css

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

 span { border-color: rgb(50,6,84); }

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