#272141

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

Shades of Tolopea #272141

Tints of Tolopea #272141

Color information

#272141 (or 0x272141) is unknown color: approx Tolopea. HEX triplet: 27, 21 and 41. RGB value is (39,33,65). Sum of RGB (Red+Green+Blue) = 39+33+65=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #272141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272141 is #D8DEBE. Grayscale: #262626. Windows color (decimal): -14212799 or 4268327. OLE color: 4268327.

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

Color convert

RGB393365-
CMYK0.400.4900.75
HSL251.25º32.65%19.22%-
HSV(B)251.25º49.23%25.49%-
XYZ2.331.95.24-
YUV38.44142.99128.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=28.47%
G=24.09%
B=47.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3933650.400.4900.75251.2532.6519.22
Hex272141283104Bfb2113
Octal4741101506101133734123
Binary1001111000011000001101000110001010010111111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272141; }

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

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

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

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

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

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

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

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