#331E40

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

Shades of Blackcurrant #331E40

Tints of Blackcurrant #331E40

Color information

#331E40 (or 0x331E40) is unknown color: approx Blackcurrant. HEX triplet: 33, 1E and 40. RGB value is (51,30,64). Sum of RGB (Red+Green+Blue) = 51+30+64=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #331E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E40 is #CCE1BF. Grayscale: #282828. Windows color (decimal): -13427136 or 4202035. OLE color: 4202035.

HSL color Cylindrical-coordinate representation of color #331E40: hue angle of 277.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331E40 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513064-
CMYK0.200.5300.75
HSL277.06º36.17%18.43%-
HSV(B)277.06º53.12%25.1%-
XYZ2.7525.09-
YUV40.15141.46135.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=35.17%
G=20.69%
B=44.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5130640.200.5300.75277.0636.1718.43
Hex331E40143504B1152412
Octal6336100246501134254422
Binary110011111101000000101001101010100101110001010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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