#311A45

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

Shades of Blackcurrant #311A45

Tints of Blackcurrant #311A45

Color information

#311A45 (or 0x311A45) is unknown color: approx Blackcurrant. HEX triplet: 31, 1A and 45. RGB value is (49,26,69). Sum of RGB (Red+Green+Blue) = 49+26+69=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #311A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A45 is #CEE5BA. Grayscale: #252525. Windows color (decimal): -13559227 or 4528689. OLE color: 4528689.

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

Color convert

RGB492669-
CMYK0.290.6200.73
HSL272.09º45.26%18.63%-
HSV(B)272.09º62.32%27.06%-
XYZ2.711.825.84-
YUV37.78145.62136-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=34.03%
G=18.06%
B=47.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4926690.290.6200.73272.0945.2618.63
Hex311A451D3E0491102d13
Octal6132105357601114205523
Binary110001110101000101111011111100100100110001000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A45; }

 p { color: rgb(49,26,69); }

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

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

 a { background-color: rgb(49,26,69); }

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

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

 span { border-color: rgb(49,26,69); }

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