#311440

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

Shades of Blackcurrant #311440

Tints of Blackcurrant #311440

Color information

#311440 (or 0x311440) is unknown color: approx Blackcurrant. HEX triplet: 31, 14 and 40. RGB value is (49,20,64). Sum of RGB (Red+Green+Blue) = 49+20+64=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #311440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311440 is #CEEBBF. Grayscale: #212121. Windows color (decimal): -13560768 or 4199473. OLE color: 4199473.

HSL color Cylindrical-coordinate representation of color #311440: hue angle of 279.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311440 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB492064-
CMYK0.230.6900.75
HSL279.55º52.38%16.47%-
HSV(B)279.55º68.75%25.1%-
XYZ2.441.525.02-
YUV33.69145.11138.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=36.84%
G=15.04%
B=48.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4920640.230.6900.75279.5552.3816.47
Hex311440174504B1183410
Octal61241002710501134306420
Binary1100011010010000001011110001010100101110001100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311440; }

 p { color: rgb(49,20,64); }

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

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

 a { background-color: rgb(49,20,64); }

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

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

 span { border-color: rgb(49,20,64); }

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