Html Css Color HEX #311D38 Blackcurrant

📋 copy color: '#311D38'

red 49 ◦ green 29 ◦ blue 56

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

Shades of Blackcurrant #311D38

Tints of Blackcurrant #311D38

RGB

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

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

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

R = 36.57%
G = 21.64%
B = 41.79%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311D38 (or 0x311D38) is known color: Blackcurrant. HEX triplet: 31, 1D and 38. RGB value is (49,29,56). Sum of RGB (Red+Green+Blue) = 49+29+56=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #311D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D38 is #CEE2C7. Grayscale: #252525. Windows color (decimal): -13558472 or 3677489. OLE color: 3677489.

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

Color convert

RGB 49 29 56 -
CMYK 0.12 0.48 0 0.78
HSL 284.44º 0.32% 0.17% -
HSV(B) 284.44º 0.48% 0.22% -
XYZ 2.42 1.82 3.96 -
YUV 38.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 49 29 56 0.12 0.48 0 0.78 284.44 0.32 0.17
Hex 31 1D 38 C 30 0 4E 11C 20 11
Octal 61 35 70 14 60 0 116 434 40 21
Binary 110001 11101 111000 1100 110000 0 1001110 100011100 100000 10001

Color Harmonies of #311D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D38

Black with #311D38

Text Example


Text Example

White with #311D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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