#31424B

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

Shades of Big Stone #31424B

Tints of Big Stone #31424B

Color information

#31424B (or 0x31424B) is unknown color: approx Big Stone. HEX triplet: 31, 42 and 4B. RGB value is (49,66,75). Sum of RGB (Red+Green+Blue) = 49+66+75=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #31424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31424B is #CEBDB4. Grayscale: #3D3D3D. Windows color (decimal): -13548981 or 4932145. OLE color: 4932145.

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

Color convert

RGB496675-
CMYK0.350.1200.71
HSL200.77º20.97%24.31%-
HSV(B)200.77º34.67%29.41%-
XYZ4.485.067.4-
YUV61.94135.37118.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=25.79%
G=34.74%
B=39.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4966750.350.1200.71200.7720.9724.31
Hex31424B23C047c91518
Octal61102113431401073112530
Binary11000110000101001011100011110001000111110010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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