#312C35

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

Shades of Blackcurrant #312C35

Tints of Blackcurrant #312C35

Color information

#312C35 (or 0x312C35) is unknown color: approx Blackcurrant. HEX triplet: 31, 2C and 35. RGB value is (49,44,53). Sum of RGB (Red+Green+Blue) = 49+44+53=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #312C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C35 is #CED3CA. Grayscale: #2E2E2E. Windows color (decimal): -13554635 or 3484721. OLE color: 3484721.

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

Color convert

RGB494453-
CMYK0.080.1700.79
HSL273.33º9.28%19.02%-
HSV(B)273.33º16.98%20.78%-
XYZ2.812.713.74-
YUV46.52131.66129.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=33.56%
G=30.14%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4944530.080.1700.79273.339.2819.02
Hex312C3581104F111913
Octal615465102101174211123
Binary11000110110011010110001000101001111100010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C35; }

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

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

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

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

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

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

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

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