#331139

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

Shades of Blackcurrant #331139

Tints of Blackcurrant #331139

Color information

#331139 (or 0x331139) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 39. RGB value is (51,17,57). Sum of RGB (Red+Green+Blue) = 51+17+57=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #331139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331139 is #CCEEC6. Grayscale: #1F1F1F. Windows color (decimal): -13430471 or 3739955. OLE color: 3739955.

HSL color Cylindrical-coordinate representation of color #331139: hue angle of 291º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331139 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB511757-
CMYK0.110.7000.78
HSL291º54.05%14.51%-
HSV(B)291º70.18%22.35%-
XYZ2.31.44.02-
YUV31.73142.26141.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=40.8%
G=13.6%
B=45.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5117570.110.7000.7829154.0514.51
Hex331139B4604E12336f
Octal6321711310601164436617
Binary1100111000111100110111000110010011101001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331139; }

 p { color: rgb(51,17,57); }

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

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

 a { background-color: rgb(51,17,57); }

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

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

 span { border-color: rgb(51,17,57); }

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