#331A46

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

Shades of Blackcurrant #331A46

Tints of Blackcurrant #331A46

Color information

#331A46 (or 0x331A46) is unknown color: approx Blackcurrant. HEX triplet: 33, 1A and 46. RGB value is (51,26,70). Sum of RGB (Red+Green+Blue) = 51+26+70=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #331A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A46 is #CCE5B9. Grayscale: #262626. Windows color (decimal): -13428154 or 4594227. OLE color: 4594227.

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

Color convert

RGB512670-
CMYK0.270.6300.73
HSL274.09º45.83%18.82%-
HSV(B)274.09º62.86%27.45%-
XYZ2.841.886.01-
YUV38.49145.78136.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=34.69%
G=17.69%
B=47.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5126700.270.6300.73274.0945.8318.82
Hex331A461B3F0491122e13
Octal6332106337701114225623
Binary110011110101000110110111111110100100110001001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,70); }

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

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

 a { background-color: rgb(51,26,70); }

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

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

 span { border-color: rgb(51,26,70); }

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