#311F3D

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

Shades of Blackcurrant #311F3D

Tints of Blackcurrant #311F3D

Color information

#311F3D (or 0x311F3D) is unknown color: approx Blackcurrant. HEX triplet: 31, 1F and 3D. RGB value is (49,31,61). Sum of RGB (Red+Green+Blue) = 49+31+61=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #311F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F3D is #CEE0C2. Grayscale: #272727. Windows color (decimal): -13557955 or 4005681. OLE color: 4005681.

HSL color Cylindrical-coordinate representation of color #311F3D: hue angle of 276º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311F3D is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB493161-
CMYK0.200.4900.76
HSL276º32.61%18.04%-
HSV(B)276º49.18%23.92%-
XYZ2.61.974.66-
YUV39.8139.96134.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=34.75%
G=21.99%
B=43.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4931610.200.4900.7627632.6118.04
Hex311F3D143104C1142112
Octal613775246101144244122
Binary11000111111111101101001100010100110010001010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,31,61); }

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

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

 a { background-color: rgb(49,31,61); }

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

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

 span { border-color: rgb(49,31,61); }

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