#311843

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

Shades of Blackcurrant #311843

Tints of Blackcurrant #311843

Color information

#311843 (or 0x311843) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 43. RGB value is (49,24,67). Sum of RGB (Red+Green+Blue) = 49+24+67=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #311843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311843 is #CEE7BC. Grayscale: #242424. Windows color (decimal): -13559741 or 4397105. OLE color: 4397105.

HSL color Cylindrical-coordinate representation of color #311843: hue angle of 274.88º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #311843 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB492467-
CMYK0.270.6400.74
HSL274.88º47.25%17.84%-
HSV(B)274.88º64.18%26.27%-
XYZ2.611.715.5-
YUV36.38145.28137-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=35%
G=17.14%
B=47.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4924670.270.6400.74274.8847.2517.84
Hex3118431B4004A1132f12
Octal61301033310001124235722
Binary1100011100010000111101110000000100101010001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311843; }

 p { color: rgb(49,24,67); }

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

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

 a { background-color: rgb(49,24,67); }

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

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

 span { border-color: rgb(49,24,67); }

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