Html Css Color HEX #312539 Blackcurrant

📋 copy color: '#312539'

red 49 ◦ green 37 ◦ blue 57

#312539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #312539

Tints of Blackcurrant #312539

RGB

 RED value IS 49 (19.53% from 255) = 34.27%

 GREEN value IS 37 (14.84% from 255) = 25.87%

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 34.27%
G = 25.87%
B = 39.86%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#312539 (or 0x312539) is known color: Blackcurrant. HEX triplet: 31, 25 and 39. RGB value is (49,37,57). Sum of RGB (Red+Green+Blue) = 49+37+57=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #312539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312539 is #CEDAC6. Grayscale: #2A2A2A. Windows color (decimal): -13556423 or 3745073. OLE color: 3745073.

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

Color convert

RGB 49 37 57 -
CMYK 0.14 0.35 0 0.78
HSL 276º 0.21% 0.18% -
HSV(B) 276º 0.35% 0.22% -
XYZ 2.67 2.27 4.17 -
YUV 42.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 49 37 57 0.14 0.35 0 0.78 276 0.21 0.18
Hex 31 25 39 E 23 0 4E 114 15 12
Octal 61 45 71 16 43 0 116 424 25 22
Binary 110001 100101 111001 1110 100011 0 1001110 100010100 10101 10010

Color Harmonies of #312539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312539

Black with #312539

Text Example


Text Example

White with #312539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312539; }

 p { color: rgb(49,37,57); }

 H1.HeaderClassName
 {
   color: #312539;
 }
 .AnyTagClassName
 {
   color: #312539;
 }
</style>

background-color css

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

 a { background-color: rgb(49,37,57); }

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

border-color css

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

 span { border-color: rgb(49,37,57); }

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