#331144

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

Shades of Blackcurrant #331144

Tints of Blackcurrant #331144

Color information

#331144 (or 0x331144) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 44. RGB value is (51,17,68). Sum of RGB (Red+Green+Blue) = 51+17+68=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #331144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331144 is #CCEEBB. Grayscale: #202020. Windows color (decimal): -13430460 or 4460851. OLE color: 4460851.

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

Color convert

RGB511768-
CMYK0.250.7500.73
HSL280º60%16.67%-
HSV(B)280º75%26.67%-
XYZ2.611.525.63-
YUV32.98147.76140.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 68 (26.95% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5117680.250.7500.732806016.67
Hex331144194B0491183c11
Octal63211043111301114307421
Binary1100111000110001001100110010110100100110001100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331144; }

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

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

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

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

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

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

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

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