Html Css Color HEX #311137 Blackcurrant

📋 copy color: '#311137'

red 49 ◦ green 17 ◦ blue 55

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

Shades of Blackcurrant #311137

Tints of Blackcurrant #311137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

 BLUE value IS 55 (21.88% from 255) = 45.45%

R = 40.5%
G = 14.05%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311137 (or 0x311137) is known color: Blackcurrant. HEX triplet: 31, 11 and 37. RGB value is (49,17,55). Sum of RGB (Red+Green+Blue) = 49+17+55=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #311137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311137 is #CEEEC8. Grayscale: #1E1E1E. Windows color (decimal): -13561545 or 3608881. OLE color: 3608881.

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

Color convert

RGB 49 17 55 -
CMYK 0.11 0.69 0 0.78
HSL 290.53º 0.53% 0.14% -
HSV(B) 290.53º 0.69% 0.22% -
XYZ 2.16 1.33 3.76 -
YUV 30.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 49 17 55 0.11 0.69 0 0.78 290.53 0.53 0.14
Hex 31 11 37 B 45 0 4E 123 35 E
Octal 61 21 67 13 105 0 116 443 65 16
Binary 110001 10001 110111 1011 1000101 0 1001110 100100011 110101 1110

Color Harmonies of #311137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311137

Black with #311137

Text Example


Text Example

White with #311137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311137; }

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

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

background-color css

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

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

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

border-color css

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

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

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