#2E263A

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

Shades of Tolopea #2E263A

Tints of Tolopea #2E263A

Color information

#2E263A (or 0x2E263A) is unknown color: approx Tolopea. HEX triplet: 2E, 26 and 3A. RGB value is (46,38,58). Sum of RGB (Red+Green+Blue) = 46+38+58=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E263A is #D1D9C5. Grayscale: #2A2A2A. Windows color (decimal): -13752774 or 3810862. OLE color: 3810862.

HSL color Cylindrical-coordinate representation of color #2E263A: hue angle of 264º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E263A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB463858-
CMYK0.210.3400.77
HSL264º20.83%18.82%-
HSV(B)264º34.48%22.75%-
XYZ2.582.274.31-
YUV42.67136.65130.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=32.39%
G=26.76%
B=40.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4638580.210.3400.7726420.8318.82
Hex2E263A152204D1081513
Octal564672254201154102523
Binary10111010011011101010101100010010011011000010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,58); }

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

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

 a { background-color: rgb(46,38,58); }

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

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

 span { border-color: rgb(46,38,58); }

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