#331040

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

Shades of Blackcurrant #331040

Tints of Blackcurrant #331040

Color information

#331040 (or 0x331040) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 40. RGB value is (51,16,64). Sum of RGB (Red+Green+Blue) = 51+16+64=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #331040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331040 is #CCEFBF. Grayscale: #1F1F1F. Windows color (decimal): -13430720 or 4198451. OLE color: 4198451.

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

Color convert

RGB511664-
CMYK0.200.7500.75
HSL283.75º60%15.69%-
HSV(B)283.75º75%25.1%-
XYZ2.481.445-
YUV31.94146.1141.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=38.93%
G=12.21%
B=48.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5116640.200.7500.75283.756015.69
Hex331040144B04B11c3c10
Octal63201002411301134347420
Binary1100111000010000001010010010110100101110001110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331040; }

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

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

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

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

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

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

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

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