#31444B

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

Shades of Big Stone #31444B

Tints of Big Stone #31444B

Color information

#31444B (or 0x31444B) is unknown color: approx Big Stone. HEX triplet: 31, 44 and 4B. RGB value is (49,68,75). Sum of RGB (Red+Green+Blue) = 49+68+75=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #31444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31444B is #CEBBB4. Grayscale: #3F3F3F. Windows color (decimal): -13548469 or 4932657. OLE color: 4932657.

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

Color convert

RGB496875-
CMYK0.350.0900.71
HSL196.15º20.97%24.31%-
HSV(B)196.15º34.67%29.41%-
XYZ4.65.37.44-
YUV63.12134.71117.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=25.52%
G=35.42%
B=39.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4968750.350.0900.71196.1520.9724.31
Hex31444B239047c41518
Octal61104113431101073042530
Binary11000110001001001011100011100101000111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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