#331740

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

Shades of Blackcurrant #331740

Tints of Blackcurrant #331740

Color information

#331740 (or 0x331740) is unknown color: approx Blackcurrant. HEX triplet: 33, 17 and 40. RGB value is (51,23,64). Sum of RGB (Red+Green+Blue) = 51+23+64=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #331740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331740 is #CCE8BF. Grayscale: #232323. Windows color (decimal): -13428928 or 4200243. OLE color: 4200243.

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

Color convert

RGB512364-
CMYK0.200.6400.75
HSL280.98º47.13%17.06%-
HSV(B)280.98º64.06%25.1%-
XYZ2.61.695.04-
YUV36.05143.78138.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=36.96%
G=16.67%
B=46.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5123640.200.6400.75280.9847.1317.06
Hex331740144004B1192f11
Octal63271002410001134315721
Binary1100111011110000001010010000000100101110001100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331740; }

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

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

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

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

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

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

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

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