#331B45

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

Shades of Blackcurrant #331B45

Tints of Blackcurrant #331B45

Color information

#331B45 (or 0x331B45) is unknown color: approx Blackcurrant. HEX triplet: 33, 1B and 45. RGB value is (51,27,69). Sum of RGB (Red+Green+Blue) = 51+27+69=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #331B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B45 is #CCE4BA. Grayscale: #262626. Windows color (decimal): -13427899 or 4528947. OLE color: 4528947.

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

Color convert

RGB512769-
CMYK0.260.6100.73
HSL274.29º43.75%18.82%-
HSV(B)274.29º60.87%27.06%-
XYZ2.831.925.85-
YUV38.96144.95136.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=34.69%
G=18.37%
B=46.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5127690.260.6100.73274.2943.7518.82
Hex331B451A3D0491122c13
Octal6333105327501114225423
Binary110011110111000101110101111010100100110001001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,27,69); }

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

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

 a { background-color: rgb(51,27,69); }

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

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

 span { border-color: rgb(51,27,69); }

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