#272135

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

Shades of Tolopea #272135

Tints of Tolopea #272135

Color information

#272135 (or 0x272135) is unknown color: approx Tolopea. HEX triplet: 27, 21 and 35. RGB value is (39,33,53). Sum of RGB (Red+Green+Blue) = 39+33+53=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #272135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272135 is #D8DECA. Grayscale: #252525. Windows color (decimal): -14212811 or 3481895. OLE color: 3481895.

HSL color Cylindrical-coordinate representation of color #272135: hue angle of 258º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #272135 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB393353-
CMYK0.260.3800.79
HSL258º23.26%16.86%-
HSV(B)258º37.74%20.78%-
XYZ2.021.783.6-
YUV37.07136.99129.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=31.2%
G=26.4%
B=42.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3933530.260.3800.7925823.2616.86
Hex2721351A2604F1021711
Octal474165324601174022721
Binary10011110000111010111010100110010011111000000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272135; }

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

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

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

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

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

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

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

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