#331240

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

Shades of Blackcurrant #331240

Tints of Blackcurrant #331240

Color information

#331240 (or 0x331240) is unknown color: approx Blackcurrant. HEX triplet: 33, 12 and 40. RGB value is (51,18,64). Sum of RGB (Red+Green+Blue) = 51+18+64=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #331240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331240 is #CCEDBF. Grayscale: #202020. Windows color (decimal): -13430208 or 4198963. OLE color: 4198963.

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

Color convert

RGB511864-
CMYK0.200.7200.75
HSL283.04º56.1%16.08%-
HSV(B)283.04º71.88%25.1%-
XYZ2.511.515.01-
YUV33.11145.43140.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=38.35%
G=13.53%
B=48.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5118640.200.7200.75283.0456.116.08
Hex331240144804B11b3810
Octal63221002411001134337020
Binary1100111001010000001010010010000100101110001101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331240; }

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

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

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

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

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

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

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

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