Html Css Color HEX #320E41 Blackcurrant

📋 copy color: '#320E41'

red 50 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #320E41

Tints of Blackcurrant #320E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.85%

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 38.76%
G = 10.85%
B = 50.39%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320E41 (or 0x320E41) is known color: Blackcurrant. HEX triplet: 32, 0E and 41. RGB value is (50,14,65). Sum of RGB (Red+Green+Blue) = 50+14+65=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #320E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E41 is #CDF1BE. Grayscale: #1E1E1E. Windows color (decimal): -13496767 or 4263474. OLE color: 4263474.

HSL color Cylindrical-coordinate representation of color #320E41: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320E41 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 14 65 -
CMYK 0.23 0.78 0 0.75
HSL 282.35º 0.65% 0.15% -
HSV(B) 282.35º 0.78% 0.25% -
XYZ 2.43 1.37 5.14 -
YUV 30.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 50 14 65 0.23 0.78 0 0.75 282.35 0.65 0.15
Hex 32 E 41 17 4E 0 4B 11A 41 F
Octal 62 16 101 27 116 0 113 432 101 17
Binary 110010 1110 1000001 10111 1001110 0 1001011 100011010 1000001 1111

Color Harmonies of #320E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E41

Black with #320E41

Text Example


Text Example

White with #320E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,14,65); }

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

background-color css

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

 a { background-color: rgb(50,14,65); }

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

border-color css

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

 span { border-color: rgb(50,14,65); }

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