Html Css Color HEX #320754 Blackcurrant

📋 copy color: '#320754'

red 50 ◦ green 7 ◦ blue 84

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

Shades of Blackcurrant #320754

Tints of Blackcurrant #320754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 35.46%
G = 4.96%
B = 59.57%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320754 (or 0x320754) is known color: Blackcurrant. HEX triplet: 32, 07 and 54. RGB value is (50,7,84). Sum of RGB (Red+Green+Blue) = 50+7+84=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #320754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320754 is #CDF8AB. Grayscale: #1C1C1C. Windows color (decimal): -13498540 or 5506866. OLE color: 5506866.

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

Color convert

RGB 50 7 84 -
CMYK 0.40 0.92 0 0.67
HSL 273.51º 0.85% 0.18% -
HSV(B) 273.51º 0.92% 0.33% -
XYZ 2.99 1.47 8.51 -
YUV 28.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 50 7 84 0.40 0.92 0 0.67 273.51 0.85 0.18
Hex 32 7 54 28 5C 0 43 112 55 12
Octal 62 7 124 50 134 0 103 422 125 22
Binary 110010 111 1010100 101000 1011100 0 1000011 100010010 1010101 10010

Color Harmonies of #320754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320754

Black with #320754

Text Example


Text Example

White with #320754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320754; }

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

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

background-color css

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

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

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

border-color css

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

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

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