Html Css Color HEX #311D36 Blackcurrant

📋 copy color: '#311D36'

red 49 ◦ green 29 ◦ blue 54

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

Shades of Blackcurrant #311D36

Tints of Blackcurrant #311D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

 BLUE value IS 54 (21.48% from 255) = 40.91%

R = 37.12%
G = 21.97%
B = 40.91%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311D36 (or 0x311D36) is known color: Blackcurrant. HEX triplet: 31, 1D and 36. RGB value is (49,29,54). Sum of RGB (Red+Green+Blue) = 49+29+54=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #311D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D36 is #CEE2C9. Grayscale: #252525. Windows color (decimal): -13558474 or 3546417. OLE color: 3546417.

HSL color Cylindrical-coordinate representation of color #311D36: hue angle of 288º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #311D36 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 29 54 -
CMYK 0.09 0.46 0 0.79
HSL 288º 0.3% 0.16% -
HSV(B) 288º 0.46% 0.21% -
XYZ 2.37 1.8 3.71 -
YUV 37.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 49 29 54 0.09 0.46 0 0.79 288 0.3 0.16
Hex 31 1D 36 9 2E 0 4F 120 1E 10
Octal 61 35 66 11 56 0 117 440 36 20
Binary 110001 11101 110110 1001 101110 0 1001111 100100000 11110 10000

Color Harmonies of #311D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D36

Black with #311D36

Text Example


Text Example

White with #311D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,54); }

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

background-color css

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

 a { background-color: rgb(49,29,54); }

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

border-color css

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

 span { border-color: rgb(49,29,54); }

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