Html Css Color HEX #272314 Maire

📋 copy color: '#272314'

red 39 ◦ green 35 ◦ blue 20

#272314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #272314

Tints of Maire #272314

RGB

 RED value IS 39 (15.63% from 255) = 41.49%

 GREEN value IS 35 (14.06% from 255) = 37.23%

 BLUE value IS 20 (8.2% from 255) = 21.28%

R = 41.49%
G = 37.23%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272314 (or 0x272314) is known color: Maire. HEX triplet: 27, 23 and 14. RGB value is (39,35,20). Sum of RGB (Red+Green+Blue) = 39+35+20=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272314 is #D8DCEB. Grayscale: #222222. Windows color (decimal): -14212332 or 1319719. OLE color: 1319719.

HSL color Cylindrical-coordinate representation of color #272314: hue angle of 47.37º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272314 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 35 20 -
CMYK 0 0.10 0.49 0.85
HSL 47.37º 0.32% 0.12% -
HSV(B) 47.37º 0.49% 0.15% -
XYZ 1.56 1.68 0.9 -
YUV 34.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 39 35 20 0 0.10 0.49 0.85 47.37 0.32 0.12
Hex 27 23 14 0 A 31 55 2F 20 C
Octal 47 43 24 0 12 61 125 57 40 14
Binary 100111 100011 10100 0 1010 110001 1010101 101111 100000 1100

Color Harmonies of #272314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272314

Black with #272314

Text Example


Text Example

White with #272314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272314; }

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

 H1.HeaderClassName
 {
   color: #272314;
 }
 .AnyTagClassName
 {
   color: #272314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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