Html Css Color HEX #311E38 Blackcurrant

📋 copy color: '#311E38'

red 49 ◦ green 30 ◦ blue 56

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

Shades of Blackcurrant #311E38

Tints of Blackcurrant #311E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 36.3%
G = 22.22%
B = 41.48%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311E38 (or 0x311E38) is known color: Blackcurrant. HEX triplet: 31, 1E and 38. RGB value is (49,30,56). Sum of RGB (Red+Green+Blue) = 49+30+56=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #311E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E38 is #CEE1C7. Grayscale: #262626. Windows color (decimal): -13558216 or 3677745. OLE color: 3677745.

HSL color Cylindrical-coordinate representation of color #311E38: hue angle of 283.85º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #311E38 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 30 56 -
CMYK 0.12 0.46 0 0.78
HSL 283.85º 0.3% 0.17% -
HSV(B) 283.85º 0.46% 0.22% -
XYZ 2.44 1.87 3.97 -
YUV 38.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 49 30 56 0.12 0.46 0 0.78 283.85 0.3 0.17
Hex 31 1E 38 C 2E 0 4E 11C 1E 11
Octal 61 36 70 14 56 0 116 434 36 21
Binary 110001 11110 111000 1100 101110 0 1001110 100011100 11110 10001

Color Harmonies of #311E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E38

Black with #311E38

Text Example


Text Example

White with #311E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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