#312838

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

Shades of Blackcurrant #312838

Tints of Blackcurrant #312838

Color information

#312838 (or 0x312838) is unknown color: approx Blackcurrant. HEX triplet: 31, 28 and 38. RGB value is (49,40,56). Sum of RGB (Red+Green+Blue) = 49+40+56=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #312838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312838 is #CED7C7. Grayscale: #2C2C2C. Windows color (decimal): -13555656 or 3680305. OLE color: 3680305.

HSL color Cylindrical-coordinate representation of color #312838: hue angle of 273.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312838 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB494056-
CMYK0.120.2900.78
HSL273.75º16.67%18.82%-
HSV(B)273.75º28.57%21.96%-
XYZ2.742.464.07-
YUV44.52134.48131.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=33.79%
G=27.59%
B=38.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4940560.120.2900.78273.7516.6718.82
Hex312838C1D04E1121113
Octal615070143501164222123
Binary110001101000111000110011101010011101000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312838; }

 p { color: rgb(49,40,56); }

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

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

 a { background-color: rgb(49,40,56); }

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

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

 span { border-color: rgb(49,40,56); }

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