Html Css Color HEX #2E2713 Maire

📋 copy color: '#2E2713'

red 46 ◦ green 39 ◦ blue 19

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

Shades of Maire #2E2713

Tints of Maire #2E2713

RGB

 RED value IS 46 (18.36% from 255) = 44.23%

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

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

R = 44.23%
G = 37.5%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E2713 (or 0x2E2713) is known color: Maire. HEX triplet: 2E, 27 and 13. RGB value is (46,39,19). Sum of RGB (Red+Green+Blue) = 46+39+19=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2713 is #D1D8EC. Grayscale: #262626. Windows color (decimal): -13752557 or 1255214. OLE color: 1255214.

HSL color Cylindrical-coordinate representation of color #2E2713: hue angle of 44.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2713 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 39 19 -
CMYK 0 0.15 0.59 0.82
HSL 44.44º 0.42% 0.13% -
HSV(B) 44.44º 0.59% 0.18% -
XYZ 1.97 2.08 0.91 -
YUV 38.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 46 39 19 0 0.15 0.59 0.82 44.44 0.42 0.13
Hex 2E 27 13 0 F 3B 52 2C 2A D
Octal 56 47 23 0 17 73 122 54 52 15
Binary 101110 100111 10011 0 1111 111011 1010010 101100 101010 1101

Color Harmonies of #2E2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2713

Black with #2E2713

Text Example


Text Example

White with #2E2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E2713; }

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

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

background-color css

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

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

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

border-color css

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

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

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