Html Css Color HEX #272713 Maire

📋 copy color: '#272713'

red 39 ◦ green 39 ◦ blue 19

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

Shades of Maire #272713

Tints of Maire #272713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 40.21%

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 40.21%
G = 40.21%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#272713 (or 0x272713) is known color: Maire. HEX triplet: 27, 27 and 13. RGB value is (39,39,19). Sum of RGB (Red+Green+Blue) = 39+39+19=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272713 is #D8D8EC. Grayscale: #242424. Windows color (decimal): -14211309 or 1255207. OLE color: 1255207.

HSL color Cylindrical-coordinate representation of color #272713: hue angle of 60º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272713 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 39 19 -
CMYK 0 0 0.51 0.85
HSL 60º 0.34% 0.11% -
HSV(B) 60º 0.51% 0.15% -
XYZ 1.68 1.93 0.9 -
YUV 36.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 39 39 19 0 0 0.51 0.85 60 0.34 0.11
Hex 27 27 13 0 0 33 55 3C 22 B
Octal 47 47 23 0 0 63 125 74 42 13
Binary 100111 100111 10011 0 0 110011 1010101 111100 100010 1011

Color Harmonies of #272713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272713

Black with #272713

Text Example


Text Example

White with #272713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272713; }

 p { color: rgb(39,39,19); }

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

background-color css

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

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

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

border-color css

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

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

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