Html Css Color HEX #320947 Blackcurrant

📋 copy color: '#320947'

red 50 ◦ green 9 ◦ blue 71

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

Shades of Blackcurrant #320947

Tints of Blackcurrant #320947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 38.46%
G = 6.92%
B = 54.62%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320947 (or 0x320947) is known color: Blackcurrant. HEX triplet: 32, 09 and 47. RGB value is (50,9,71). Sum of RGB (Red+Green+Blue) = 50+9+71=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #320947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320947 is #CDF6B8. Grayscale: #1C1C1C. Windows color (decimal): -13498041 or 4655410. OLE color: 4655410.

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

Color convert

RGB 50 9 71 -
CMYK 0.30 0.87 0 0.72
HSL 279.68º 0.78% 0.16% -
HSV(B) 279.68º 0.87% 0.28% -
XYZ 2.55 1.33 6.08 -
YUV 28.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 50 9 71 0.30 0.87 0 0.72 279.68 0.78 0.16
Hex 32 9 47 1E 57 0 48 118 4E 10
Octal 62 11 107 36 127 0 110 430 116 20
Binary 110010 1001 1000111 11110 1010111 0 1001000 100011000 1001110 10000

Color Harmonies of #320947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320947

Black with #320947

Text Example


Text Example

White with #320947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320947; }

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

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

background-color css

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

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

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

border-color css

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

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

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