Html Css Color HEX #31324B Lucky Point

📋 copy color: '#31324B'

red 49 ◦ green 50 ◦ blue 75

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

Shades of Lucky Point #31324B

Tints of Lucky Point #31324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

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

R = 28.16%
G = 28.74%
B = 43.1%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31324B (or 0x31324B) is known color: Lucky Point. HEX triplet: 31, 32 and 4B. RGB value is (49,50,75). Sum of RGB (Red+Green+Blue) = 49+50+75=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #31324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31324B is #CECDB4. Grayscale: #343434. Windows color (decimal): -13553077 or 4928049. OLE color: 4928049.

HSL color Cylindrical-coordinate representation of color #31324B: hue angle of 237.69º 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 #31324B is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 50 75 -
CMYK 0.35 0.33 0 0.71
HSL 237.69º 0.21% 0.24% -
HSV(B) 237.69º 0.35% 0.29% -
XYZ 3.68 3.44 7.13 -
YUV 52.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 49 50 75 0.35 0.33 0 0.71 237.69 0.21 0.24
Hex 31 32 4B 23 21 0 47 EE 15 18
Octal 61 62 113 43 41 0 107 356 25 30
Binary 110001 110010 1001011 100011 100001 0 1000111 11101110 10101 11000

Color Harmonies of #31324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31324B

Black with #31324B

Text Example


Text Example

White with #31324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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