Html Css Color HEX #320D47 Blackcurrant

📋 copy color: '#320D47'

red 50 ◦ green 13 ◦ blue 71

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

Shades of Blackcurrant #320D47

Tints of Blackcurrant #320D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

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

R = 37.31%
G = 9.7%
B = 52.99%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320D47 (or 0x320D47) is known color: Blackcurrant. HEX triplet: 32, 0D and 47. RGB value is (50,13,71). Sum of RGB (Red+Green+Blue) = 50+13+71=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #320D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D47 is #CDF2B8. Grayscale: #1E1E1E. Windows color (decimal): -13497017 or 4656434. OLE color: 4656434.

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

Color convert

RGB 50 13 71 -
CMYK 0.30 0.82 0 0.72
HSL 278.28º 0.69% 0.16% -
HSV(B) 278.28º 0.82% 0.28% -
XYZ 2.6 1.42 6.1 -
YUV 30.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 50 13 71 0.30 0.82 0 0.72 278.28 0.69 0.16
Hex 32 D 47 1E 52 0 48 116 45 10
Octal 62 15 107 36 122 0 110 426 105 20
Binary 110010 1101 1000111 11110 1010010 0 1001000 100010110 1000101 10000

Color Harmonies of #320D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D47

Black with #320D47

Text Example


Text Example

White with #320D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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