#272131

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

Shades of Tolopea #272131

Tints of Tolopea #272131

Color information

#272131 (or 0x272131) is unknown color: approx Tolopea. HEX triplet: 27, 21 and 31. RGB value is (39,33,49). Sum of RGB (Red+Green+Blue) = 39+33+49=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #272131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272131 is #D8DECE. Grayscale: #242424. Windows color (decimal): -14212815 or 3219751. OLE color: 3219751.

HSL color Cylindrical-coordinate representation of color #272131: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #272131 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB393349-
CMYK0.200.3300.81
HSL262.5º19.51%16.08%-
HSV(B)262.5º32.65%19.22%-
XYZ1.931.743.14-
YUV36.62134.99129.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=32.23%
G=27.27%
B=40.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3933490.200.3300.81262.519.5116.08
Hex27213114210511061410
Octal474161244101214062420
Binary10011110000111000110100100001010100011000001101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272131; }

 p { color: rgb(39,33,49); }

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

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

 a { background-color: rgb(39,33,49); }

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

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

 span { border-color: rgb(39,33,49); }

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