Html Css Color HEX #320247 Blackcurrant

📋 copy color: '#320247'

red 50 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #320247

Tints of Blackcurrant #320247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 40.65%
G = 1.63%
B = 57.72%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320247 (or 0x320247) is known color: Blackcurrant. HEX triplet: 32, 02 and 47. RGB value is (50,2,71). Sum of RGB (Red+Green+Blue) = 50+2+71=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #320247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320247 is #CDFDB8. Grayscale: #171717. Windows color (decimal): -13499833 or 4653618. OLE color: 4653618.

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

Color convert

RGB 50 2 71 -
CMYK 0.30 0.97 0 0.72
HSL 281.74º 0.95% 0.14% -
HSV(B) 281.74º 0.97% 0.28% -
XYZ 2.47 1.18 6.06 -
YUV 24.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 50 2 71 0.30 0.97 0 0.72 281.74 0.95 0.14
Hex 32 2 47 1E 61 0 48 11A 5F E
Octal 62 2 107 36 141 0 110 432 137 16
Binary 110010 10 1000111 11110 1100001 0 1001000 100011010 1011111 1110

Color Harmonies of #320247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320247

Black with #320247

Text Example


Text Example

White with #320247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320247; }

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

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

background-color css

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

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

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

border-color css

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

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

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