Html Css Color HEX #31314D Lucky Point

📋 copy color: '#31314D'

red 49 ◦ green 49 ◦ blue 77

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

Shades of Lucky Point #31314D

Tints of Lucky Point #31314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 77 (30.47% from 255) = 44%

R = 28%
G = 28%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31314D (or 0x31314D) is known color: Lucky Point. HEX triplet: 31, 31 and 4D. RGB value is (49,49,77). Sum of RGB (Red+Green+Blue) = 49+49+77=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #31314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31314D is #CECEB2. Grayscale: #343434. Windows color (decimal): -13553331 or 5058865. OLE color: 5058865.

HSL color Cylindrical-coordinate representation of color #31314D: hue angle of 240º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31314D is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 49 77 -
CMYK 0.36 0.36 0 0.70
HSL 240º 0.22% 0.25% -
HSV(B) 240º 0.36% 0.3% -
XYZ 3.7 3.39 7.48 -
YUV 52.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 49 49 77 0.36 0.36 0 0.70 240 0.22 0.25
Hex 31 31 4D 24 24 0 46 F0 16 19
Octal 61 61 115 44 44 0 106 360 26 31
Binary 110001 110001 1001101 100100 100100 0 1000110 11110000 10110 11001

Color Harmonies of #31314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31314D

Black with #31314D

Text Example


Text Example

White with #31314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31314D; }

 p { color: rgb(49,49,77); }

 H1.HeaderClassName
 {
   color: #31314D;
 }
 .AnyTagClassName
 {
   color: #31314D;
 }
</style>

background-color css

<style>
 a { background-color: #31314D; }

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

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

border-color css

<style>
 span { border-color: #31314D; }

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

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