#331C41

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

Shades of Blackcurrant #331C41

Tints of Blackcurrant #331C41

Color information

#331C41 (or 0x331C41) is unknown color: approx Blackcurrant. HEX triplet: 33, 1C and 41. RGB value is (51,28,65). Sum of RGB (Red+Green+Blue) = 51+28+65=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #331C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C41 is #CCE3BE. Grayscale: #262626. Windows color (decimal): -13427647 or 4267059. OLE color: 4267059.

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

Color convert

RGB512865-
CMYK0.220.5700.75
HSL277.3º39.78%18.24%-
HSV(B)277.3º56.92%25.49%-
XYZ2.731.925.23-
YUV39.1142.62136.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=35.42%
G=19.44%
B=45.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5128650.220.5700.75277.339.7818.24
Hex331C41163904B1152812
Octal6334101267101134255022
Binary110011111001000001101101110010100101110001010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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