#331F40

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

Shades of Blackcurrant #331F40

Tints of Blackcurrant #331F40

Color information

#331F40 (or 0x331F40) is unknown color: approx Blackcurrant. HEX triplet: 33, 1F and 40. RGB value is (51,31,64). Sum of RGB (Red+Green+Blue) = 51+31+64=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #331F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F40 is #CCE0BF. Grayscale: #282828. Windows color (decimal): -13426880 or 4202291. OLE color: 4202291.

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

Color convert

RGB513164-
CMYK0.200.5200.75
HSL276.36º34.74%18.63%-
HSV(B)276.36º51.56%25.1%-
XYZ2.782.055.1-
YUV40.74141.13135.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=34.93%
G=21.23%
B=43.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5131640.200.5200.75276.3634.7418.63
Hex331F40143404B1142313
Octal6337100246401134244323
Binary110011111111000000101001101000100101110001010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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