Html Css Color HEX #331E46 Blackcurrant

📋 copy color: '#331E46'

red 51 ◦ green 30 ◦ blue 70

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

Shades of Blackcurrant #331E46

Tints of Blackcurrant #331E46

RGB

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

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

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

R = 33.77%
G = 19.87%
B = 46.36%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#331E46 (or 0x331E46) is known color: Blackcurrant. HEX triplet: 33, 1E and 46. RGB value is (51,30,70). Sum of RGB (Red+Green+Blue) = 51+30+70=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #331E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E46 is #CCE1B9. Grayscale: #282828. Windows color (decimal): -13427130 or 4595251. OLE color: 4595251.

HSL color Cylindrical-coordinate representation of color #331E46: hue angle of 271.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331E46 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 30 70 -
CMYK 0.27 0.57 0 0.73
HSL 271.5º 0.4% 0.2% -
HSV(B) 271.5º 0.57% 0.27% -
XYZ 2.94 2.07 6.04 -
YUV 40.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 51 30 70 0.27 0.57 0 0.73 271.5 0.4 0.2
Hex 33 1E 46 1B 39 0 49 110 28 14
Octal 63 36 106 33 71 0 111 420 50 24
Binary 110011 11110 1000110 11011 111001 0 1001001 100010000 101000 10100

Color Harmonies of #331E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E46

Black with #331E46

Text Example


Text Example

White with #331E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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