Html Css Color HEX #331D18 Brown Pod

📋 copy color: '#331D18'

red 51 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #331D18

Tints of Brown Pod #331D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 49.04%
G = 27.88%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#331D18 (or 0x331D18) is known color: Brown Pod. HEX triplet: 33, 1D and 18. RGB value is (51,29,24). Sum of RGB (Red+Green+Blue) = 51+29+24=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D18 is #CCE2E7. Grayscale: #232323. Windows color (decimal): -13427432 or 1580339. OLE color: 1580339.

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

Color convert

RGB 51 29 24 -
CMYK 0 0.43 0.53 0.8
HSL 11.11º 0.36% 0.15% -
HSV(B) 11.11º 0.53% 0.2% -
XYZ 1.97 1.65 1.08 -
YUV 35.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 51 29 24 0 0.43 0.53 0.8 11.11 0.36 0.15
Hex 33 1D 18 0 2B 35 50 B 24 F
Octal 63 35 30 0 53 65 120 13 44 17
Binary 110011 11101 11000 0 101011 110101 1010000 1011 100100 1111

Color Harmonies of #331D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D18

Black with #331D18

Text Example


Text Example

White with #331D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,24); }

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

background-color css

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

 a { background-color: rgb(51,29,24); }

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

border-color css

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

 span { border-color: rgb(51,29,24); }

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