#331E44

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

Shades of Blackcurrant #331E44

Tints of Blackcurrant #331E44

Color information

#331E44 (or 0x331E44) is unknown color: approx Blackcurrant. HEX triplet: 33, 1E and 44. RGB value is (51,30,68). Sum of RGB (Red+Green+Blue) = 51+30+68=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #331E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E44 is #CCE1BB. Grayscale: #282828. Windows color (decimal): -13427132 or 4464179. OLE color: 4464179.

HSL color Cylindrical-coordinate representation of color #331E44: hue angle of 273.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #331E44 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB513068-
CMYK0.250.5600.73
HSL273.16º38.78%19.22%-
HSV(B)273.16º55.88%26.67%-
XYZ2.872.055.71-
YUV40.61143.46135.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=34.23%
G=20.13%
B=45.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5130680.250.5600.73273.1638.7819.22
Hex331E4419380491112713
Octal6336104317001114214723
Binary110011111101000100110011110000100100110001000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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