Html Css Color HEX #31464B Big Stone

📋 copy color: '#31464B'

red 49 ◦ green 70 ◦ blue 75

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

Shades of Big Stone #31464B

Tints of Big Stone #31464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

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

R = 25.26%
G = 36.08%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31464B (or 0x31464B) is known color: Big Stone. HEX triplet: 31, 46 and 4B. RGB value is (49,70,75). Sum of RGB (Red+Green+Blue) = 49+70+75=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #31464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31464B is #CEB9B4. Grayscale: #404040. Windows color (decimal): -13547957 or 4933169. OLE color: 4933169.

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

Color convert

RGB 49 70 75 -
CMYK 0.35 0.07 0 0.71
HSL 191.54º 0.21% 0.24% -
HSV(B) 191.54º 0.35% 0.29% -
XYZ 4.73 5.54 7.48 -
YUV 64.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 49 70 75 0.35 0.07 0 0.71 191.54 0.21 0.24
Hex 31 46 4B 23 7 0 47 C0 15 18
Octal 61 106 113 43 7 0 107 300 25 30
Binary 110001 1000110 1001011 100011 111 0 1000111 11000000 10101 11000

Color Harmonies of #31464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31464B

Black with #31464B

Text Example


Text Example

White with #31464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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