Html Css Color HEX #311E36 Blackcurrant

📋 copy color: '#311E36'

red 49 ◦ green 30 ◦ blue 54

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

Shades of Blackcurrant #311E36

Tints of Blackcurrant #311E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 36.84%
G = 22.56%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311E36 (or 0x311E36) is known color: Blackcurrant. HEX triplet: 31, 1E and 36. RGB value is (49,30,54). Sum of RGB (Red+Green+Blue) = 49+30+54=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #311E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E36 is #CEE1C9. Grayscale: #262626. Windows color (decimal): -13558218 or 3546673. OLE color: 3546673.

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

Color convert

RGB 49 30 54 -
CMYK 0.09 0.44 0 0.79
HSL 287.5º 0.29% 0.16% -
HSV(B) 287.5º 0.44% 0.21% -
XYZ 2.4 1.85 3.72 -
YUV 38.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 49 30 54 0.09 0.44 0 0.79 287.5 0.29 0.16
Hex 31 1E 36 9 2C 0 4F 120 1D 10
Octal 61 36 66 11 54 0 117 440 35 20
Binary 110001 11110 110110 1001 101100 0 1001111 100100000 11101 10000

Color Harmonies of #311E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E36

Black with #311E36

Text Example


Text Example

White with #311E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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