#31454B

Color #31454B Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #31454B

Tints of Big Stone #31454B

Color information

#31454B (or 0x31454B) is unknown color: approx Big Stone. HEX triplet: 31, 45 and 4B. RGB value is (49,69,75). Sum of RGB (Red+Green+Blue) = 49+69+75=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #31454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31454B is #CEBAB4. Grayscale: #3F3F3F. Windows color (decimal): -13548213 or 4932913. OLE color: 4932913.

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

Color convert

RGB496975-
CMYK0.350.0800.71
HSL193.85º20.97%24.31%-
HSV(B)193.85º34.67%29.41%-
XYZ4.665.427.46-
YUV63.7134.37117.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=25.39%
G=35.75%
B=38.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4969750.350.0800.71193.8520.9724.31
Hex31454B238047c21518
Octal61105113431001073022530
Binary11000110001011001011100011100001000111110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31454B;
 }
 .AnyTagClassName
 {
   color: #31454B;
 }
</style>
background-color css

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

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

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

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

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

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