#2E424B

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

Shades of Big Stone #2E424B

Tints of Big Stone #2E424B

Color information

#2E424B (or 0x2E424B) is unknown color: approx Big Stone. HEX triplet: 2E, 42 and 4B. RGB value is (46,66,75). Sum of RGB (Red+Green+Blue) = 46+66+75=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E424B is #D1BDB4. Grayscale: #3C3C3C. Windows color (decimal): -13745589 or 4932142. OLE color: 4932142.

HSL color Cylindrical-coordinate representation of color #2E424B: hue angle of 198.62º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E424B is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB466675-
CMYK0.390.1200.71
HSL198.62º23.97%23.73%-
HSV(B)198.62º38.67%29.41%-
XYZ4.344.997.39-
YUV61.05135.87117.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=24.60%
G=35.29%
B=40.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4666750.390.1200.71198.6223.9723.73
Hex2E424B27C047c71818
Octal56102113471401073073030
Binary10111010000101001011100111110001000111110001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E424B; }

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

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

<style>
 a { background-color: #2E424B; }

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

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

<style>
 span { border-color: #2E424B; }

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

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