Html Css Color HEX #31314B Lucky Point

📋 copy color: '#31314B'

red 49 ◦ green 49 ◦ blue 75

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

Shades of Lucky Point #31314B

Tints of Lucky Point #31314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.35%

R = 28.32%
G = 28.32%
B = 43.35%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31314B (or 0x31314B) is known color: Lucky Point. HEX triplet: 31, 31 and 4B. RGB value is (49,49,75). Sum of RGB (Red+Green+Blue) = 49+49+75=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #31314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31314B is #CECEB4. Grayscale: #333333. Windows color (decimal): -13553333 or 4927793. OLE color: 4927793.

HSL color Cylindrical-coordinate representation of color #31314B: hue angle of 240º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31314B is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 49 75 -
CMYK 0.35 0.35 0 0.71
HSL 240º 0.21% 0.24% -
HSV(B) 240º 0.35% 0.29% -
XYZ 3.63 3.36 7.11 -
YUV 51.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 49 49 75 0.35 0.35 0 0.71 240 0.21 0.24
Hex 31 31 4B 23 23 0 47 F0 15 18
Octal 61 61 113 43 43 0 107 360 25 30
Binary 110001 110001 1001011 100011 100011 0 1000111 11110000 10101 11000

Color Harmonies of #31314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31314B

Black with #31314B

Text Example


Text Example

White with #31314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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