Html Css Color HEX #311B37 Blackcurrant

📋 copy color: '#311B37'

red 49 ◦ green 27 ◦ blue 55

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

Shades of Blackcurrant #311B37

Tints of Blackcurrant #311B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 37.4%
G = 20.61%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311B37 (or 0x311B37) is known color: Blackcurrant. HEX triplet: 31, 1B and 37. RGB value is (49,27,55). Sum of RGB (Red+Green+Blue) = 49+27+55=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #311B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B37 is #CEE4C8. Grayscale: #242424. Windows color (decimal): -13558985 or 3611441. OLE color: 3611441.

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

Color convert

RGB 49 27 55 -
CMYK 0.11 0.51 0 0.78
HSL 287.14º 0.34% 0.16% -
HSV(B) 287.14º 0.51% 0.22% -
XYZ 2.35 1.71 3.82 -
YUV 36.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 49 27 55 0.11 0.51 0 0.78 287.14 0.34 0.16
Hex 31 1B 37 B 33 0 4E 11F 22 10
Octal 61 33 67 13 63 0 116 437 42 20
Binary 110001 11011 110111 1011 110011 0 1001110 100011111 100010 10000

Color Harmonies of #311B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B37

Black with #311B37

Text Example


Text Example

White with #311B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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