#331351

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

Shades of Blackcurrant #331351

Tints of Blackcurrant #331351

Color information

#331351 (or 0x331351) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 51. RGB value is (51,19,81). Sum of RGB (Red+Green+Blue) = 51+19+81=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #331351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331351 is #CCECAE. Grayscale: #232323. Windows color (decimal): -13429935 or 5313331. OLE color: 5313331.

HSL color Cylindrical-coordinate representation of color #331351: hue angle of 270.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331351 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB511981-
CMYK0.370.7700.68
HSL270.97º62%19.61%-
HSV(B)270.97º76.54%31.76%-
XYZ3.081.767.96-
YUV35.64153.6138.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=33.77%
G=12.58%
B=53.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5119810.370.7700.68270.976219.61
Hex331351254D04410f3e14
Octal63231214511501044177624
Binary11001110011101000110010110011010100010010000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331351; }

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

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

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

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

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

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

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

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