#331244

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

Shades of Blackcurrant #331244

Tints of Blackcurrant #331244

Color information

#331244 (or 0x331244) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 44. RGB value is (51,18,68). Sum of RGB (Red+Green+Blue) = 51+18+68=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #331244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331244 is #CCEDBB. Grayscale: #212121. Windows color (decimal): -13430204 or 4461107. OLE color: 4461107.

HSL color Cylindrical-coordinate representation of color #331244: hue angle of 279.6º degrees, saturation: 0.58, 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 #331244 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB511868-
CMYK0.250.7400.73
HSL279.6º58.14%16.86%-
HSV(B)279.6º73.53%26.67%-
XYZ2.621.555.63-
YUV33.57147.43140.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=37.23%
G=13.14%
B=49.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5118680.250.7400.73279.658.1416.86
Hex331244194A0491183a11
Octal63221043111201114307221
Binary1100111001010001001100110010100100100110001100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331244; }

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

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

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

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

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

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

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

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