#331D41

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

Shades of Blackcurrant #331D41

Tints of Blackcurrant #331D41

Color information

#331D41 (or 0x331D41) is unknown color: approx Blackcurrant. HEX triplet: 33, 1D and 41. RGB value is (51,29,65). Sum of RGB (Red+Green+Blue) = 51+29+65=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #331D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D41 is #CCE2BE. Grayscale: #272727. Windows color (decimal): -13427391 or 4267315. OLE color: 4267315.

HSL color Cylindrical-coordinate representation of color #331D41: hue angle of 276.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #331D41 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB512965-
CMYK0.220.5500.75
HSL276.67º38.3%18.43%-
HSV(B)276.67º55.38%25.49%-
XYZ2.761.965.23-
YUV39.68142.29136.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=35.17%
G=20%
B=44.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5129650.220.5500.75276.6738.318.43
Hex331D41163704B1152612
Octal6335101266701134254622
Binary110011111011000001101101101110100101110001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D41; }

 p { color: rgb(51,29,65); }

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

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

 a { background-color: rgb(51,29,65); }

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

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

 span { border-color: rgb(51,29,65); }

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