Html Css Color HEX #320847 Blackcurrant

📋 copy color: '#320847'

red 50 ◦ green 8 ◦ blue 71

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

Shades of Blackcurrant #320847

Tints of Blackcurrant #320847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 71 (28.13% from 255) = 55.04%

R = 38.76%
G = 6.2%
B = 55.04%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320847 (or 0x320847) is known color: Blackcurrant. HEX triplet: 32, 08 and 47. RGB value is (50,8,71). Sum of RGB (Red+Green+Blue) = 50+8+71=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #320847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320847 is #CDF7B8. Grayscale: #1B1B1B. Windows color (decimal): -13498297 or 4655154. OLE color: 4655154.

HSL color Cylindrical-coordinate representation of color #320847: hue angle of 280º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320847 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 8 71 -
CMYK 0.30 0.89 0 0.72
HSL 280º 0.8% 0.15% -
HSV(B) 280º 0.89% 0.28% -
XYZ 2.54 1.31 6.08 -
YUV 27.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 50 8 71 0.30 0.89 0 0.72 280 0.8 0.15
Hex 32 8 47 1E 59 0 48 118 50 F
Octal 62 10 107 36 131 0 110 430 120 17
Binary 110010 1000 1000111 11110 1011001 0 1001000 100011000 1010000 1111

Color Harmonies of #320847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320847

Black with #320847

Text Example


Text Example

White with #320847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320847; }

 p { color: rgb(50,8,71); }

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

background-color css

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

 a { background-color: rgb(50,8,71); }

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

border-color css

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

 span { border-color: rgb(50,8,71); }

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