#331140

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

Shades of Blackcurrant #331140

Tints of Blackcurrant #331140

Color information

#331140 (or 0x331140) is unknown color: approx Blackcurrant. HEX triplet: 33, 11 and 40. RGB value is (51,17,64). Sum of RGB (Red+Green+Blue) = 51+17+64=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #331140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331140 is #CCEEBF. Grayscale: #202020. Windows color (decimal): -13430464 or 4198707. OLE color: 4198707.

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

Color convert

RGB511764-
CMYK0.200.7300.75
HSL283.4º58.02%15.88%-
HSV(B)283.4º73.44%25.1%-
XYZ2.491.475-
YUV32.52145.76141.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=38.64%
G=12.88%
B=48.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5117640.200.7300.75283.458.0215.88
Hex331140144904B11b3a10
Octal63211002411101134337220
Binary1100111000110000001010010010010100101110001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331140; }

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

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

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

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

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

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

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

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