#311A3D

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

Shades of Blackcurrant #311A3D

Tints of Blackcurrant #311A3D

Color information

#311A3D (or 0x311A3D) is unknown color: approx Blackcurrant. HEX triplet: 31, 1A and 3D. RGB value is (49,26,61). Sum of RGB (Red+Green+Blue) = 49+26+61=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #311A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A3D is #CEE5C2. Grayscale: #242424. Windows color (decimal): -13559235 or 4004401. OLE color: 4004401.

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

Color convert

RGB492661-
CMYK0.200.5700.76
HSL279.43º40.23%17.06%-
HSV(B)279.43º57.38%23.92%-
XYZ2.481.734.62-
YUV36.87141.62136.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=36.03%
G=19.12%
B=44.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4926610.200.5700.76279.4340.2317.06
Hex311A3D143904C1172811
Octal613275247101144275021
Binary11000111010111101101001110010100110010001011110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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