#331245

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

Shades of Blackcurrant #331245

Tints of Blackcurrant #331245

Color information

#331245 (or 0x331245) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 45. RGB value is (51,18,69). Sum of RGB (Red+Green+Blue) = 51+18+69=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #331245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331245 is #CCEDBA. Grayscale: #212121. Windows color (decimal): -13430203 or 4526643. OLE color: 4526643.

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

Color convert

RGB511869-
CMYK0.260.7400.73
HSL278.82º58.62%17.06%-
HSV(B)278.82º73.91%27.06%-
XYZ2.661.575.79-
YUV33.68147.93140.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 69 (27.34% from 255) = 50%
R=36.96%
G=13.04%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5118690.260.7400.73278.8258.6217.06
Hex3312451A4A0491173b11
Octal63221053211201114277321
Binary1100111001010001011101010010100100100110001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331245; }

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

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

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

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

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

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

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

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