#311338

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

Shades of Blackcurrant #311338

Tints of Blackcurrant #311338

Color information

#311338 (or 0x311338) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 38. RGB value is (49,19,56). Sum of RGB (Red+Green+Blue) = 49+19+56=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #311338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311338 is #CEECC7. Grayscale: #202020. Windows color (decimal): -13561032 or 3674929. OLE color: 3674929.

HSL color Cylindrical-coordinate representation of color #311338: hue angle of 288.65º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311338 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB491956-
CMYK0.120.6600.78
HSL288.65º49.33%14.71%-
HSV(B)288.65º66.07%21.96%-
XYZ2.211.43.9-
YUV32.19141.44139.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=39.52%
G=15.32%
B=45.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4919560.120.6600.78288.6549.3314.71
Hex311338C4204E12131f
Octal6123701410201164416117
Binary1100011001111100011001000010010011101001000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311338; }

 p { color: rgb(49,19,56); }

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

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

 a { background-color: rgb(49,19,56); }

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

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

 span { border-color: rgb(49,19,56); }

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