Html Css Color HEX #331E47 Blackcurrant

📋 copy color: '#331E47'

red 51 ◦ green 30 ◦ blue 71

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

Shades of Blackcurrant #331E47

Tints of Blackcurrant #331E47

RGB

 RED value IS 51 (20.31% from 255) = 33.55%

 GREEN value IS 30 (12.11% from 255) = 19.74%

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

R = 33.55%
G = 19.74%
B = 46.71%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331E47 (or 0x331E47) is known color: Blackcurrant. HEX triplet: 33, 1E and 47. RGB value is (51,30,71). Sum of RGB (Red+Green+Blue) = 51+30+71=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #331E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E47 is #CCE1B8. Grayscale: #282828. Windows color (decimal): -13427129 or 4660787. OLE color: 4660787.

HSL color Cylindrical-coordinate representation of color #331E47: hue angle of 270.73º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #331E47 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 30 71 -
CMYK 0.28 0.58 0 0.72
HSL 270.73º 0.41% 0.2% -
HSV(B) 270.73º 0.58% 0.28% -
XYZ 2.97 2.09 6.21 -
YUV 40.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 51 30 71 0.28 0.58 0 0.72 270.73 0.41 0.2
Hex 33 1E 47 1C 3A 0 48 10F 29 14
Octal 63 36 107 34 72 0 110 417 51 24
Binary 110011 11110 1000111 11100 111010 0 1001000 100001111 101001 10100

Color Harmonies of #331E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E47

Black with #331E47

Text Example


Text Example

White with #331E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E47; }

 p { color: rgb(51,30,71); }

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

background-color css

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

 a { background-color: rgb(51,30,71); }

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

border-color css

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

 span { border-color: rgb(51,30,71); }

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