#331346

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

Shades of Blackcurrant #331346

Tints of Blackcurrant #331346

Color information

#331346 (or 0x331346) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 46. RGB value is (51,19,70). Sum of RGB (Red+Green+Blue) = 51+19+70=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #331346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331346 is #CCECB9. Grayscale: #222222. Windows color (decimal): -13429946 or 4592435. OLE color: 4592435.

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

Color convert

RGB511970-
CMYK0.270.7300.73
HSL277.65º57.3%17.45%-
HSV(B)277.65º72.86%27.45%-
XYZ2.71.615.96-
YUV34.38148.1139.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 70 (27.73% from 255) = 50%
R=36.43%
G=13.57%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5119700.270.7300.73277.6557.317.45
Hex3313461B490491163911
Octal63231063311101114267121
Binary1100111001110001101101110010010100100110001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331346; }

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

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

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

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

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

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

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

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