Html Css Color HEX #320C46 Blackcurrant

📋 copy color: '#320C46'

red 50 ◦ green 12 ◦ blue 70

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

Shades of Blackcurrant #320C46

Tints of Blackcurrant #320C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 70 (27.73% from 255) = 53.03%

R = 37.88%
G = 9.09%
B = 53.03%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#320C46 (or 0x320C46) is known color: Blackcurrant. HEX triplet: 32, 0C and 46. RGB value is (50,12,70). Sum of RGB (Red+Green+Blue) = 50+12+70=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #320C46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C46 is #CDF3B9. Grayscale: #1D1D1D. Windows color (decimal): -13497274 or 4590642. OLE color: 4590642.

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

Color convert

RGB 50 12 70 -
CMYK 0.29 0.83 0 0.73
HSL 279.31º 0.71% 0.16% -
HSV(B) 279.31º 0.83% 0.27% -
XYZ 2.55 1.38 5.93 -
YUV 29.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 50 12 70 0.29 0.83 0 0.73 279.31 0.71 0.16
Hex 32 C 46 1D 53 0 49 117 47 10
Octal 62 14 106 35 123 0 111 427 107 20
Binary 110010 1100 1000110 11101 1010011 0 1001001 100010111 1000111 10000

Color Harmonies of #320C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C46

Black with #320C46

Text Example


Text Example

White with #320C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,12,70); }

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

background-color css

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

 a { background-color: rgb(50,12,70); }

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

border-color css

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

 span { border-color: rgb(50,12,70); }

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