Html Css Color HEX #331F15 Brown Pod

📋 copy color: '#331F15'

red 51 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #331F15

Tints of Brown Pod #331F15

RGB

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

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

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

R = 49.51%
G = 30.1%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#331F15 (or 0x331F15) is known color: Brown Pod. HEX triplet: 33, 1F and 15. RGB value is (51,31,21). Sum of RGB (Red+Green+Blue) = 51+31+21=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F15 is #CCE0EA. Grayscale: #232323. Windows color (decimal): -13426923 or 1384243. OLE color: 1384243.

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

Color convert

RGB 51 31 21 -
CMYK 0 0.39 0.59 0.8
HSL 20º 0.42% 0.14% -
HSV(B) 20º 0.59% 0.2% -
XYZ 1.99 1.74 0.94 -
YUV 35.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 51 31 21 0 0.39 0.59 0.8 20 0.42 0.14
Hex 33 1F 15 0 27 3B 50 14 2A E
Octal 63 37 25 0 47 73 120 24 52 16
Binary 110011 11111 10101 0 100111 111011 1010000 10100 101010 1110

Color Harmonies of #331F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F15

Black with #331F15

Text Example


Text Example

White with #331F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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