Html Css Color HEX #331F1C Brown Pod

📋 copy color: '#331F1C'

red 51 ◦ green 31 ◦ blue 28

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

Shades of Brown Pod #331F1C

Tints of Brown Pod #331F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

 BLUE value IS 28 (11.33% from 255) = 25.45%

R = 46.36%
G = 28.18%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#331F1C (or 0x331F1C) is known color: Brown Pod. HEX triplet: 33, 1F and 1C. RGB value is (51,31,28). Sum of RGB (Red+Green+Blue) = 51+31+28=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F1C is #CCE0E3. Grayscale: #242424. Windows color (decimal): -13426916 or 1842995. OLE color: 1842995.

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

Color convert

RGB 51 31 28 -
CMYK 0 0.39 0.45 0.8
HSL 7.83º 0.29% 0.15% -
HSV(B) 7.83º 0.45% 0.2% -
XYZ 2.06 1.77 1.33 -
YUV 36.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 51 31 28 0 0.39 0.45 0.8 7.83 0.29 0.15
Hex 33 1F 1C 0 27 2D 50 8 1D F
Octal 63 37 34 0 47 55 120 10 35 17
Binary 110011 11111 11100 0 100111 101101 1010000 1000 11101 1111

Color Harmonies of #331F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F1C

Black with #331F1C

Text Example


Text Example

White with #331F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,28); }

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

background-color css

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

 a { background-color: rgb(51,31,28); }

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

border-color css

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

 span { border-color: rgb(51,31,28); }

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