#312635

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

Shades of Blackcurrant #312635

Tints of Blackcurrant #312635

Color information

#312635 (or 0x312635) is unknown color: approx Blackcurrant. HEX triplet: 31, 26 and 35. RGB value is (49,38,53). Sum of RGB (Red+Green+Blue) = 49+38+53=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #312635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312635 is #CED9CA. Grayscale: #2A2A2A. Windows color (decimal): -13556171 or 3483185. OLE color: 3483185.

HSL color Cylindrical-coordinate representation of color #312635: hue angle of 284º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #312635 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493853-
CMYK0.080.2800.79
HSL284º16.48%17.84%-
HSV(B)284º28.3%20.78%-
XYZ2.62.33.67-
YUV43133.64132.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=35%
G=27.14%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4938530.080.2800.7928416.4817.84
Hex31263581C04F11c1012
Octal614665103401174342022
Binary110001100110110101100011100010011111000111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312635; }

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

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

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

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

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

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

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

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