#331340

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

Shades of Blackcurrant #331340

Tints of Blackcurrant #331340

Color information

#331340 (or 0x331340) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 40. RGB value is (51,19,64). Sum of RGB (Red+Green+Blue) = 51+19+64=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #331340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331340 is #CCECBF. Grayscale: #212121. Windows color (decimal): -13429952 or 4199219. OLE color: 4199219.

HSL color Cylindrical-coordinate representation of color #331340: hue angle of 282.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331340 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB511964-
CMYK0.200.7000.75
HSL282.67º54.22%16.27%-
HSV(B)282.67º70.31%25.1%-
XYZ2.521.545.01-
YUV33.7145.1140.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=38.06%
G=14.18%
B=47.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5119640.200.7000.75282.6754.2216.27
Hex331340144604B11b3610
Octal63231002410601134336620
Binary1100111001110000001010010001100100101110001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331340; }

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

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

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

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

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

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

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

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