#331449

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

Shades of Blackcurrant #331449

Tints of Blackcurrant #331449

Color information

#331449 (or 0x331449) is unknown color: approx Blackcurrant. HEX triplet: 33, 14 and 49. RGB value is (51,20,73). Sum of RGB (Red+Green+Blue) = 51+20+73=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #331449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331449 is #CCEBB6. Grayscale: #232323. Windows color (decimal): -13429687 or 4789299. OLE color: 4789299.

HSL color Cylindrical-coordinate representation of color #331449: hue angle of 275.09º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331449 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB512073-
CMYK0.300.7300.71
HSL275.09º56.99%18.24%-
HSV(B)275.09º72.6%28.63%-
XYZ2.821.696.48-
YUV35.31149.27139.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=35.42%
G=13.89%
B=50.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5120730.300.7300.71275.0956.9918.24
Hex3314491E490471133912
Octal63241113611101074237122
Binary1100111010010010011111010010010100011110001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331449; }

 p { color: rgb(51,20,73); }

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

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

 a { background-color: rgb(51,20,73); }

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

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

 span { border-color: rgb(51,20,73); }

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