#301F1C

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

Shades of Brown Pod #301F1C

Tints of Brown Pod #301F1C

Color information

#301F1C (or 0x301F1C) is unknown color: approx Brown Pod. HEX triplet: 30, 1F and 1C. RGB value is (48,31,28). Sum of RGB (Red+Green+Blue) = 48+31+28=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F1C is #CFE0E3. Grayscale: #232323. Windows color (decimal): -13623524 or 1842992. OLE color: 1842992.

HSL color Cylindrical-coordinate representation of color #301F1C: hue angle of 9º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301F1C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB483128-
CMYK00.350.420.81
HSL26.32%14.9%-
HSV(B)41.67%18.82%-
XYZ1.921.691.32-
YUV35.74123.63136.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=44.86%
G=28.97%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312800.350.420.81926.3214.9
Hex301F1C0232A5191af
Octal60373404352121113217
Binary1100001111111100010001110101010100011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F1C; }

 p { color: rgb(48,31,28); }

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

<style>
 a { background-color: #301F1C; }

 a { background-color: rgb(48,31,28); }

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

<style>
 span { border-color: #301F1C; }

 span { border-color: rgb(48,31,28); }

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