#331148

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

Shades of Blackcurrant #331148

Tints of Blackcurrant #331148

Color information

#331148 (or 0x331148) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 48. RGB value is (51,17,72). Sum of RGB (Red+Green+Blue) = 51+17+72=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #331148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331148 is #CCEEB7. Grayscale: #212121. Windows color (decimal): -13430456 or 4722995. OLE color: 4722995.

HSL color Cylindrical-coordinate representation of color #331148: hue angle of 277.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331148 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB511772-
CMYK0.290.7600.72
HSL277.09º61.8%17.45%-
HSV(B)277.09º76.39%28.24%-
XYZ2.741.576.29-
YUV33.44149.76140.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=36.43%
G=12.14%
B=51.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5117720.290.7600.72277.0961.817.45
Hex3311481D4C0481153e11
Octal63211103511401104257621
Binary1100111000110010001110110011000100100010001010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331148; }

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

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

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

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

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

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

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

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