#311C3D

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

Shades of Blackcurrant #311C3D

Tints of Blackcurrant #311C3D

Color information

#311C3D (or 0x311C3D) is unknown color: approx Blackcurrant. HEX triplet: 31, 1C and 3D. RGB value is (49,28,61). Sum of RGB (Red+Green+Blue) = 49+28+61=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #311C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C3D is #CEE3C2. Grayscale: #252525. Windows color (decimal): -13558723 or 4004913. OLE color: 4004913.

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

Color convert

RGB492861-
CMYK0.200.5400.76
HSL278.18º37.08%17.45%-
HSV(B)278.18º54.1%23.92%-
XYZ2.521.824.63-
YUV38.04140.96135.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=35.51%
G=20.29%
B=44.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4928610.200.5400.76278.1837.0817.45
Hex311C3D143604C1162511
Octal613475246601144264521
Binary11000111100111101101001101100100110010001011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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