#331A44

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

Shades of Blackcurrant #331A44

Tints of Blackcurrant #331A44

Color information

#331A44 (or 0x331A44) is unknown color: approx Blackcurrant. HEX triplet: 33, 1A and 44. RGB value is (51,26,68). Sum of RGB (Red+Green+Blue) = 51+26+68=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #331A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A44 is #CCE5BB. Grayscale: #262626. Windows color (decimal): -13428156 or 4463155. OLE color: 4463155.

HSL color Cylindrical-coordinate representation of color #331A44: hue angle of 275.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #331A44 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB512668-
CMYK0.250.6200.73
HSL275.71º44.68%18.43%-
HSV(B)275.71º61.76%26.67%-
XYZ2.781.865.68-
YUV38.26144.78137.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=35.17%
G=17.93%
B=46.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5126680.250.6200.73275.7144.6818.43
Hex331A44193E0491142d12
Octal6332104317601114245522
Binary110011110101000100110011111100100100110001010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,68); }

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

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

 a { background-color: rgb(51,26,68); }

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

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

 span { border-color: rgb(51,26,68); }

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