Html Css Color HEX #320A4A Blackcurrant

📋 copy color: '#320A4A'

red 50 ◦ green 10 ◦ blue 74

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

Shades of Blackcurrant #320A4A

Tints of Blackcurrant #320A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 74 (29.3% from 255) = 55.22%

R = 37.31%
G = 7.46%
B = 55.22%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320A4A (or 0x320A4A) is known color: Blackcurrant. HEX triplet: 32, 0A and 4A. RGB value is (50,10,74). Sum of RGB (Red+Green+Blue) = 50+10+74=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #320A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A4A is #CDF5B5. Grayscale: #1D1D1D. Windows color (decimal): -13497782 or 4852274. OLE color: 4852274.

HSL color Cylindrical-coordinate representation of color #320A4A: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320A4A is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 10 74 -
CMYK 0.32 0.86 0 0.71
HSL 277.5º 0.76% 0.16% -
HSV(B) 277.5º 0.86% 0.29% -
XYZ 2.66 1.39 6.61 -
YUV 29.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 50 10 74 0.32 0.86 0 0.71 277.5 0.76 0.16
Hex 32 A 4A 20 56 0 47 116 4C 10
Octal 62 12 112 40 126 0 107 426 114 20
Binary 110010 1010 1001010 100000 1010110 0 1000111 100010110 1001100 10000

Color Harmonies of #320A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320A4A

Black with #320A4A

Text Example


Text Example

White with #320A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,10,74); }

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

background-color css

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

 a { background-color: rgb(50,10,74); }

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

border-color css

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

 span { border-color: rgb(50,10,74); }

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