Html Css Color HEX #311E3F Blackcurrant

📋 copy color: '#311E3F'

red 49 ◦ green 30 ◦ blue 63

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

Shades of Blackcurrant #311E3F

Tints of Blackcurrant #311E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.37%

R = 34.51%
G = 21.13%
B = 44.37%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311E3F (or 0x311E3F) is known color: Blackcurrant. HEX triplet: 31, 1E and 3F. RGB value is (49,30,63). Sum of RGB (Red+Green+Blue) = 49+30+63=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #311E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E3F is #CEE1C0. Grayscale: #272727. Windows color (decimal): -13558209 or 4136497. OLE color: 4136497.

HSL color Cylindrical-coordinate representation of color #311E3F: hue angle of 274.55º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #311E3F is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 30 63 -
CMYK 0.22 0.52 0 0.75
HSL 274.55º 0.35% 0.18% -
HSV(B) 274.55º 0.52% 0.25% -
XYZ 2.63 1.94 4.94 -
YUV 39.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 49 30 63 0.22 0.52 0 0.75 274.55 0.35 0.18
Hex 31 1E 3F 16 34 0 4B 113 23 12
Octal 61 36 77 26 64 0 113 423 43 22
Binary 110001 11110 111111 10110 110100 0 1001011 100010011 100011 10010

Color Harmonies of #311E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E3F

Black with #311E3F

Text Example


Text Example

White with #311E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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