#2E2737

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

Shades of Tolopea #2E2737

Tints of Tolopea #2E2737

Color information

#2E2737 (or 0x2E2737) is unknown color: approx Tolopea. HEX triplet: 2E, 27 and 37. RGB value is (46,39,55). Sum of RGB (Red+Green+Blue) = 46+39+55=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2737 is #D1D8C8. Grayscale: #2A2A2A. Windows color (decimal): -13752521 or 3614510. OLE color: 3614510.

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

Color convert

RGB463955-
CMYK0.160.2900.78
HSL266.25º17.02%18.43%-
HSV(B)266.25º29.09%21.57%-
XYZ2.542.313.93-
YUV42.92134.82130.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=32.86%
G=27.86%
B=39.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4639550.160.2900.78266.2517.0218.43
Hex2E2737101D04E10a1112
Octal564767203501164122122
Binary1011101001111101111000011101010011101000010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,55); }

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

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

 a { background-color: rgb(46,39,55); }

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

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

 span { border-color: rgb(46,39,55); }

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