#31434B

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

Shades of Big Stone #31434B

Tints of Big Stone #31434B

Color information

#31434B (or 0x31434B) is unknown color: approx Big Stone. HEX triplet: 31, 43 and 4B. RGB value is (49,67,75). Sum of RGB (Red+Green+Blue) = 49+67+75=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #31434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31434B is #CEBCB4. Grayscale: #3E3E3E. Windows color (decimal): -13548725 or 4932401. OLE color: 4932401.

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

Color convert

RGB496775-
CMYK0.350.1100.71
HSL198.46º20.97%24.31%-
HSV(B)198.46º34.67%29.41%-
XYZ4.545.187.42-
YUV62.53135.04118.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=25.65%
G=35.08%
B=39.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4967750.350.1100.71198.4620.9724.31
Hex31434B23B047c61518
Octal61103113431301073062530
Binary11000110000111001011100011101101000111110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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