#312335

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

Shades of Blackcurrant #312335

Tints of Blackcurrant #312335

Color information

#312335 (or 0x312335) is unknown color: approx Blackcurrant. HEX triplet: 31, 23 and 35. RGB value is (49,35,53). Sum of RGB (Red+Green+Blue) = 49+35+53=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #312335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312335 is #CEDCCA. Grayscale: #292929. Windows color (decimal): -13556939 or 3482417. OLE color: 3482417.

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

Color convert

RGB493553-
CMYK0.080.3400.79
HSL286.67º20.45%17.25%-
HSV(B)286.67º33.96%20.78%-
XYZ2.512.113.64-
YUV41.24134.64133.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=35.77%
G=25.55%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4935530.080.3400.79286.6720.4517.25
Hex31233582204F11f1411
Octal614365104201174372421
Binary1100011000111101011000100010010011111000111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312335; }

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

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

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

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

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

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

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

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