#27181F

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

Shades of Toledo #27181F

Tints of Toledo #27181F

Color information

#27181F (or 0x27181F) is unknown color: approx Toledo. HEX triplet: 27, 18 and 1F. RGB value is (39,24,31). Sum of RGB (Red+Green+Blue) = 39+24+31=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #27181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181F is #D8E7E0. Grayscale: #1D1D1D. Windows color (decimal): -14215137 or 2037799. OLE color: 2037799.

HSL color Cylindrical-coordinate representation of color #27181F: hue angle of 332º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27181F is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB392431-
CMYK00.380.210.85
HSL332º23.81%12.35%-
HSV(B)332º38.46%15.29%-
XYZ1.411.181.45-
YUV29.28128.97134.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=41.49%
G=25.53%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39243100.380.210.8533223.8112.35
Hex27181F026155514c18c
Octal473037046251255143014
Binary10011111000111110100110101011010101101001100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27181F; }

 p { color: rgb(39,24,31); }

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

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

 a { background-color: rgb(39,24,31); }

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

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

 span { border-color: rgb(39,24,31); }

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