#312636

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

Shades of Blackcurrant #312636

Tints of Blackcurrant #312636

Color information

#312636 (or 0x312636) is unknown color: approx Blackcurrant. HEX triplet: 31, 26 and 36. RGB value is (49,38,54). Sum of RGB (Red+Green+Blue) = 49+38+54=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #312636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312636 is #CED9C9. Grayscale: #2B2B2B. Windows color (decimal): -13556170 or 3548721. OLE color: 3548721.

HSL color Cylindrical-coordinate representation of color #312636: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312636 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493854-
CMYK0.090.3000.79
HSL281.25º17.39%18.04%-
HSV(B)281.25º29.63%21.18%-
XYZ2.632.313.8-
YUV43.11134.14132.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=34.75%
G=26.95%
B=38.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4938540.090.3000.79281.2517.3918.04
Hex31263691E04F1191112
Octal614666113601174312122
Binary110001100110110110100111110010011111000110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312636; }

 p { color: rgb(49,38,54); }

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

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

 a { background-color: rgb(49,38,54); }

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

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

 span { border-color: rgb(49,38,54); }

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