#331D47

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

Shades of Blackcurrant #331D47

Tints of Blackcurrant #331D47

Color information

#331D47 (or 0x331D47) is unknown color: approx Blackcurrant. HEX triplet: 33, 1D and 47. RGB value is (51,29,71). Sum of RGB (Red+Green+Blue) = 51+29+71=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #331D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D47 is #CCE2B8. Grayscale: #282828. Windows color (decimal): -13427385 or 4660531. OLE color: 4660531.

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

Color convert

RGB512971-
CMYK0.280.5900.72
HSL271.43º42%19.61%-
HSV(B)271.43º59.15%27.84%-
XYZ2.942.046.2-
YUV40.37145.29135.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=33.77%
G=19.21%
B=47.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5129710.280.5900.72271.434219.61
Hex331D471C3B04810f2a14
Octal6335107347301104175224
Binary110011111011000111111001110110100100010000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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