Html Css Color HEX #2E2809 Maire

📋 copy color: '#2E2809'

red 46 ◦ green 40 ◦ blue 9

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

Shades of Maire #2E2809

Tints of Maire #2E2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.11%

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 48.42%
G = 42.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.82

RGB Variations

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

Color information

#2E2809 (or 0x2E2809) is known color: Maire. HEX triplet: 2E, 28 and 09. RGB value is (46,40,9). Sum of RGB (Red+Green+Blue) = 46+40+9=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2809 is #D1D7F6. Grayscale: #262626. Windows color (decimal): -13752311 or 600110. OLE color: 600110.

HSL color Cylindrical-coordinate representation of color #2E2809: hue angle of 50.27º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2809 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 40 9 -
CMYK 0 0.13 0.80 0.82
HSL 50.27º 0.67% 0.11% -
HSV(B) 50.27º 0.8% 0.18% -
XYZ 1.93 2.12 0.57 -
YUV 38.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 46 40 9 0 0.13 0.80 0.82 50.27 0.67 0.11
Hex 2E 28 9 0 D 50 52 32 43 B
Octal 56 50 11 0 15 120 122 62 103 13
Binary 101110 101000 1001 0 1101 1010000 1010010 110010 1000011 1011

Color Harmonies of #2E2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2809

Black with #2E2809

Text Example


Text Example

White with #2E2809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,9); }

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

background-color css

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

 a { background-color: rgb(46,40,9); }

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

border-color css

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

 span { border-color: rgb(46,40,9); }

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