#2F190D

Color #2F190D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #2F190D

Tints of Brown Pod #2F190D

Color information

#2F190D (or 0x2F190D) is unknown color: approx Brown Pod. HEX triplet: 2F, 19 and 0D. RGB value is (47,25,13). Sum of RGB (Red+Green+Blue) = 47+25+13=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F190D is #D0E6F2. Grayscale: #1E1E1E. Windows color (decimal): -13690611 or 858415. OLE color: 858415.

HSL color Cylindrical-coordinate representation of color #2F190D: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F190D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB472513-
CMYK00.470.720.82
HSL21.18º56.67%11.76%-
HSV(B)21.18º72.34%18.43%-
XYZ1.591.330.55-
YUV30.21118.29139.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 55.29%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=55.29%
G=29.41%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47251300.470.720.8221.1856.6711.76
Hex2F19D02F48521539c
Octal573115057110122257114
Binary101111110011101010111110010001010010101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,13); }

 H1.HeaderClassName
 {
   color: #2F190D;
 }
 .AnyTagClassName
 {
   color: #2F190D;
 }
</style>
background-color css

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

 a { background-color: rgb(47,25,13); }

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

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

 span { border-color: rgb(47,25,13); }

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