#2F1100

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

Shades of Brown Pod #2F1100

Tints of Brown Pod #2F1100

Color information

#2F1100 (or 0x2F1100) is unknown color: approx Brown Pod. HEX triplet: 2F, 11 and 00. RGB value is (47,17,0). Sum of RGB (Red+Green+Blue) = 47+17+0=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1100 is #D0EEFF. Grayscale: #181818. Windows color (decimal): -13692672 or 4399. OLE color: 4399.

HSL color Cylindrical-coordinate representation of color #2F1100: hue angle of 21.7º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F1100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB47170-
CMYK00.6410.82
HSL21.7º100%9.22%-
HSV(B)21.7º100%18.43%-
XYZ1.371.010.12-
YUV24.03114.44144.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 73.44%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.44%
G=26.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4717000.6410.8221.71009.22
Hex2F110040645216649
Octal5721001001441222614411
Binary10111110001001000000110010010100101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,0); }

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

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

 a { background-color: rgb(47,17,0); }

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

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

 span { border-color: rgb(47,17,0); }

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