#272318

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

Shades of Maire #272318

Tints of Maire #272318

Color information

#272318 (or 0x272318) is unknown color: approx Maire. HEX triplet: 27, 23 and 18. RGB value is (39,35,24). Sum of RGB (Red+Green+Blue) = 39+35+24=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #272318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272318 is #D8DCE7. Grayscale: #222222. Windows color (decimal): -14212328 or 1581863. OLE color: 1581863.

HSL color Cylindrical-coordinate representation of color #272318: hue angle of 44º 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 #272318 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB393524-
CMYK00.100.380.85
HSL44º23.81%12.35%-
HSV(B)44º38.46%15.29%-
XYZ1.61.71.11-
YUV34.94121.83130.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=39.80%
G=35.71%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39352400.100.380.854423.8112.35
Hex2723180A26552c18c
Octal47433001246125543014
Binary10011110001111000010101001101010101101100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272318; }

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

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

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

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

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

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

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

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