#2E3C41

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

Shades of Big Stone #2E3C41

Tints of Big Stone #2E3C41

Color information

#2E3C41 (or 0x2E3C41) is unknown color: approx Big Stone. HEX triplet: 2E, 3C and 41. RGB value is (46,60,65). Sum of RGB (Red+Green+Blue) = 46+60+65=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C41 is #D1C3BE. Grayscale: #383838. Windows color (decimal): -13747135 or 4275246. OLE color: 4275246.

HSL color Cylindrical-coordinate representation of color #2E3C41: hue angle of 195.79º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3C41 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB466065-
CMYK0.290.0800.75
HSL195.79º17.12%21.76%-
HSV(B)195.79º29.23%25.49%-
XYZ3.74.195.62-
YUV56.38132.86120.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=26.90%
G=35.09%
B=38.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4660650.290.0800.75195.7917.1221.76
Hex2E3C411D804Bc41116
Octal5674101351001133042126
Binary101110111100100000111101100001001011110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,60,65); }

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

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

 a { background-color: rgb(46,60,65); }

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

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

 span { border-color: rgb(46,60,65); }

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