#2E2939

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

Shades of Tolopea #2E2939

Tints of Tolopea #2E2939

Color information

#2E2939 (or 0x2E2939) is unknown color: approx Tolopea. HEX triplet: 2E, 29 and 39. RGB value is (46,41,57). Sum of RGB (Red+Green+Blue) = 46+41+57=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E2939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2939 is #D1D6C6. Grayscale: #2C2C2C. Windows color (decimal): -13752007 or 3746094. OLE color: 3746094.

HSL color Cylindrical-coordinate representation of color #2E2939: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2939 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB464157-
CMYK0.190.2800.78
HSL258.75º16.33%19.22%-
HSV(B)258.75º28.07%22.35%-
XYZ2.662.464.21-
YUV44.32135.16129.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=31.94%
G=28.47%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4641570.190.2800.78258.7516.3319.22
Hex2E2939131C04E1031013
Octal565171233401164032023
Binary1011101010011110011001111100010011101000000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,57); }

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

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

 a { background-color: rgb(46,41,57); }

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

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

 span { border-color: rgb(46,41,57); }

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