#272340

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

Shades of Tolopea #272340

Tints of Tolopea #272340

Color information

#272340 (or 0x272340) is unknown color: approx Tolopea. HEX triplet: 27, 23 and 40. RGB value is (39,35,64). Sum of RGB (Red+Green+Blue) = 39+35+64=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #272340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272340 is #D8DCBF. Grayscale: #272727. Windows color (decimal): -14212288 or 4203303. OLE color: 4203303.

HSL color Cylindrical-coordinate representation of color #272340: hue angle of 248.28º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272340 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB393564-
CMYK0.390.4500.75
HSL248.28º29.29%19.41%-
HSV(B)248.28º45.31%25.1%-
XYZ2.3625.11-
YUV39.5141.83127.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=28.26%
G=25.36%
B=46.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3935640.390.4500.75248.2829.2919.41
Hex272340272D04Bf81d13
Octal4743100475501133703523
Binary100111100011100000010011110110101001011111110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272340; }

 p { color: rgb(39,35,64); }

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

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

 a { background-color: rgb(39,35,64); }

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

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

 span { border-color: rgb(39,35,64); }

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