Html Css Color HEX #311839 Blackcurrant

📋 copy color: '#311839'

red 49 ◦ green 24 ◦ blue 57

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

Shades of Blackcurrant #311839

Tints of Blackcurrant #311839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 37.69%
G = 18.46%
B = 43.85%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311839 (or 0x311839) is known color: Blackcurrant. HEX triplet: 31, 18 and 39. RGB value is (49,24,57). Sum of RGB (Red+Green+Blue) = 49+24+57=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #311839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311839 is #CEE7C6. Grayscale: #232323. Windows color (decimal): -13559751 or 3741745. OLE color: 3741745.

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

Color convert

RGB 49 24 57 -
CMYK 0.14 0.58 0 0.78
HSL 285.45º 0.41% 0.16% -
HSV(B) 285.45º 0.58% 0.22% -
XYZ 2.33 1.6 4.06 -
YUV 35.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 49 24 57 0.14 0.58 0 0.78 285.45 0.41 0.16
Hex 31 18 39 E 3A 0 4E 11D 29 10
Octal 61 30 71 16 72 0 116 435 51 20
Binary 110001 11000 111001 1110 111010 0 1001110 100011101 101001 10000

Color Harmonies of #311839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311839

Black with #311839

Text Example


Text Example

White with #311839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311839; }

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

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

background-color css

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

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

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

border-color css

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

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

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