#2F1C15

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

Shades of Brown Pod #2F1C15

Tints of Brown Pod #2F1C15

Color information

#2F1C15 (or 0x2F1C15) is unknown color: approx Brown Pod. HEX triplet: 2F, 1C and 15. RGB value is (47,28,21). Sum of RGB (Red+Green+Blue) = 47+28+21=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C15 is #D0E3EA. Grayscale: #202020. Windows color (decimal): -13689835 or 1383471. OLE color: 1383471.

HSL color Cylindrical-coordinate representation of color #2F1C15: hue angle of 16.15º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1C15 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB472821-
CMYK00.400.550.82
HSL16.15º38.24%13.33%-
HSV(B)16.15º55.32%18.43%-
XYZ1.721.490.91-
YUV32.88121.29138.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=48.96%
G=29.17%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47282100.400.550.8216.1538.2413.33
Hex2F1C1502837521026d
Octal57342505067122204615
Binary101111111001010101010001101111010010100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,21); }

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

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

 a { background-color: rgb(47,28,21); }

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

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

 span { border-color: rgb(47,28,21); }

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