Html Css Color HEX #2E1B15 Brown Pod

📋 copy color: '#2E1B15'

red 46 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #2E1B15

Tints of Brown Pod #2E1B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 48.94%
G = 28.72%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2E1B15 (or 0x2E1B15) is known color: Brown Pod. HEX triplet: 2E, 1B and 15. RGB value is (46,27,21). Sum of RGB (Red+Green+Blue) = 46+27+21=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1B15 is #D1E4EA. Grayscale: #202020. Windows color (decimal): -13755627 or 1383214. OLE color: 1383214.

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

Color convert

RGB 46 27 21 -
CMYK 0 0.41 0.54 0.82
HSL 14.4º 0.37% 0.13% -
HSV(B) 14.4º 0.54% 0.18% -
XYZ 1.65 1.42 0.9 -
YUV 32 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 46 27 21 0 0.41 0.54 0.82 14.4 0.37 0.13
Hex 2E 1B 15 0 29 36 52 E 25 D
Octal 56 33 25 0 51 66 122 16 45 15
Binary 101110 11011 10101 0 101001 110110 1010010 1110 100101 1101

Color Harmonies of #2E1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B15

Black with #2E1B15

Text Example


Text Example

White with #2E1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,21); }

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

background-color css

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

 a { background-color: rgb(46,27,21); }

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

border-color css

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

 span { border-color: rgb(46,27,21); }

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