#331C45

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

Shades of Blackcurrant #331C45

Tints of Blackcurrant #331C45

Color information

#331C45 (or 0x331C45) is unknown color: approx Blackcurrant. HEX triplet: 33, 1C and 45. RGB value is (51,28,69). Sum of RGB (Red+Green+Blue) = 51+28+69=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #331C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C45 is #CCE3BA. Grayscale: #272727. Windows color (decimal): -13427643 or 4529203. OLE color: 4529203.

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

Color convert

RGB512869-
CMYK0.260.5900.73
HSL273.66º42.27%19.02%-
HSV(B)273.66º59.42%27.06%-
XYZ2.851.965.86-
YUV39.55144.62136.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=34.46%
G=18.92%
B=46.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5128690.260.5900.73273.6642.2719.02
Hex331C451A3B0491122a13
Octal6334105327301114225223
Binary110011111001000101110101110110100100110001001010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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