#331D46

Color #331D46 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #331D46

Tints of Blackcurrant #331D46

Color information

#331D46 (or 0x331D46) is unknown color: approx Blackcurrant. HEX triplet: 33, 1D and 46. RGB value is (51,29,70). Sum of RGB (Red+Green+Blue) = 51+29+70=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #331D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D46 is #CCE2B9. Grayscale: #282828. Windows color (decimal): -13427386 or 4594995. OLE color: 4594995.

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

Color convert

RGB512970-
CMYK0.270.5900.73
HSL272.2º41.41%19.41%-
HSV(B)272.2º58.57%27.45%-
XYZ2.912.026.03-
YUV40.25144.79135.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=34%
G=19.33%
B=46.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5129700.270.5900.73272.241.4119.41
Hex331D461B3B0491102913
Octal6335106337301114205123
Binary110011111011000110110111110110100100110001000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #331D46;
 }
 .AnyTagClassName
 {
   color: #331D46;
 }
</style>
background-color css

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

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

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

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

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

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