#271D35

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

Shades of Tolopea #271D35

Tints of Tolopea #271D35

Color information

#271D35 (or 0x271D35) is unknown color: approx Tolopea. HEX triplet: 27, 1D and 35. RGB value is (39,29,53). Sum of RGB (Red+Green+Blue) = 39+29+53=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #271D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D35 is #D8E2CA. Grayscale: #222222. Windows color (decimal): -14213835 or 3480871. OLE color: 3480871.

HSL color Cylindrical-coordinate representation of color #271D35: hue angle of 265º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #271D35 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB392953-
CMYK0.260.4500.79
HSL265º29.27%16.08%-
HSV(B)265º45.28%20.78%-
XYZ1.921.573.57-
YUV34.73138.31131.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=32.23%
G=23.97%
B=43.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3929530.260.4500.7926529.2716.08
Hex271D351A2D04F1091d10
Octal473565325501174113520
Binary1001111110111010111010101101010011111000010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271D35; }

 p { color: rgb(39,29,53); }

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

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

 a { background-color: rgb(39,29,53); }

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

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

 span { border-color: rgb(39,29,53); }

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