#2E283D

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

Shades of Tolopea #2E283D

Tints of Tolopea #2E283D

Color information

#2E283D (or 0x2E283D) is unknown color: approx Tolopea. HEX triplet: 2E, 28 and 3D. RGB value is (46,40,61). Sum of RGB (Red+Green+Blue) = 46+40+61=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E283D is #D1D7C2. Grayscale: #2C2C2C. Windows color (decimal): -13752259 or 4007982. OLE color: 4007982.

HSL color Cylindrical-coordinate representation of color #2E283D: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E283D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB464061-
CMYK0.250.3400.76
HSL257.14º20.79%19.8%-
HSV(B)257.14º34.43%23.92%-
XYZ2.732.444.74-
YUV44.19137.49129.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.29%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=31.29%
G=27.21%
B=41.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4640610.250.3400.76257.1420.7919.8
Hex2E283D192204C1011514
Octal565075314201144012524
Binary10111010100011110111001100010010011001000000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,61); }

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

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

 a { background-color: rgb(46,40,61); }

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

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

 span { border-color: rgb(46,40,61); }

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