#312337

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

Shades of Blackcurrant #312337

Tints of Blackcurrant #312337

Color information

#312337 (or 0x312337) is unknown color: approx Blackcurrant. HEX triplet: 31, 23 and 37. RGB value is (49,35,55). Sum of RGB (Red+Green+Blue) = 49+35+55=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #312337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312337 is #CEDCC8. Grayscale: #292929. Windows color (decimal): -13556937 or 3613489. OLE color: 3613489.

HSL color Cylindrical-coordinate representation of color #312337: hue angle of 282º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #312337 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB493555-
CMYK0.110.3600.78
HSL282º22.22%17.65%-
HSV(B)282º36.36%21.57%-
XYZ2.562.133.89-
YUV41.47135.64133.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=35.25%
G=25.18%
B=39.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4935550.110.3600.7828222.2217.65
Hex312337B2404E11a1612
Octal614367134401164322622
Binary1100011000111101111011100100010011101000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312337; }

 p { color: rgb(49,35,55); }

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

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

 a { background-color: rgb(49,35,55); }

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

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

 span { border-color: rgb(49,35,55); }

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