#2E283F

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

Shades of Tolopea #2E283F

Tints of Tolopea #2E283F

Color information

#2E283F (or 0x2E283F) is unknown color: approx Tolopea. HEX triplet: 2E, 28 and 3F. RGB value is (46,40,63). Sum of RGB (Red+Green+Blue) = 46+40+63=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E283F is #D1D7C0. Grayscale: #2C2C2C. Windows color (decimal): -13752257 or 4139054. OLE color: 4139054.

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

Color convert

RGB464063-
CMYK0.270.3700.75
HSL255.65º22.33%20.2%-
HSV(B)255.65º36.51%24.71%-
XYZ2.782.465.03-
YUV44.42138.49129.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 63 (25% from 255) = 42.28%
R=30.87%
G=26.85%
B=42.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4640630.270.3700.75255.6522.3320.2
Hex2E283F1B2504B1001614
Octal565077334501134002624
Binary10111010100011111111011100101010010111000000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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