Html Css Color HEX #331E1A Brown Pod

📋 copy color: '#331E1A'

red 51 ◦ green 30 ◦ blue 26

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

Shades of Brown Pod #331E1A

Tints of Brown Pod #331E1A

RGB

 RED value IS 51 (20.31% from 255) = 47.66%

 GREEN value IS 30 (12.11% from 255) = 28.04%

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 47.66%
G = 28.04%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#331E1A (or 0x331E1A) is known color: Brown Pod. HEX triplet: 33, 1E and 1A. RGB value is (51,30,26). Sum of RGB (Red+Green+Blue) = 51+30+26=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E1A is #CCE1E5. Grayscale: #232323. Windows color (decimal): -13427174 or 1711667. OLE color: 1711667.

HSL color Cylindrical-coordinate representation of color #331E1A: hue angle of 9.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331E1A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 26 -
CMYK 0 0.41 0.49 0.8
HSL 9.6º 0.32% 0.15% -
HSV(B) 9.6º 0.49% 0.2% -
XYZ 2.02 1.71 1.2 -
YUV 35.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 51 30 26 0 0.41 0.49 0.8 9.6 0.32 0.15
Hex 33 1E 1A 0 29 31 50 A 20 F
Octal 63 36 32 0 51 61 120 12 40 17
Binary 110011 11110 11010 0 101001 110001 1010000 1010 100000 1111

Color Harmonies of #331E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E1A

Black with #331E1A

Text Example


Text Example

White with #331E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E1A; }

 p { color: rgb(51,30,26); }

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

background-color css

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

 a { background-color: rgb(51,30,26); }

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

border-color css

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

 span { border-color: rgb(51,30,26); }

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