Html Css Color HEX #272313 Maire

📋 copy color: '#272313'

red 39 ◦ green 35 ◦ blue 19

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

Shades of Maire #272313

Tints of Maire #272313

RGB

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

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

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

R = 41.94%
G = 37.63%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#272313 (or 0x272313) is known color: Maire. HEX triplet: 27, 23 and 13. RGB value is (39,35,19). Sum of RGB (Red+Green+Blue) = 39+35+19=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272313 is #D8DCEC. Grayscale: #222222. Windows color (decimal): -14212333 or 1254183. OLE color: 1254183.

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

Color convert

RGB 39 35 19 -
CMYK 0 0.10 0.51 0.85
HSL 48º 0.34% 0.11% -
HSV(B) 48º 0.51% 0.15% -
XYZ 1.56 1.68 0.86 -
YUV 34.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 39 35 19 0 0.10 0.51 0.85 48 0.34 0.11
Hex 27 23 13 0 A 33 55 30 22 B
Octal 47 43 23 0 12 63 125 60 42 13
Binary 100111 100011 10011 0 1010 110011 1010101 110000 100010 1011

Color Harmonies of #272313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272313

Black with #272313

Text Example


Text Example

White with #272313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272313; }

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

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

background-color css

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

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

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

border-color css

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

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

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