#301F1B

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

Shades of Brown Pod #301F1B

Tints of Brown Pod #301F1B

Color information

#301F1B (or 0x301F1B) is unknown color: approx Brown Pod. HEX triplet: 30, 1F and 1B. RGB value is (48,31,27). Sum of RGB (Red+Green+Blue) = 48+31+27=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F1B is #CFE0E4. Grayscale: #232323. Windows color (decimal): -13623525 or 1777456. OLE color: 1777456.

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

Color convert

RGB483127-
CMYK00.350.440.81
HSL11.43º28%14.71%-
HSV(B)11.43º43.75%18.82%-
XYZ1.911.691.26-
YUV35.63123.13136.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=45.28%
G=29.25%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312700.350.440.8111.432814.71
Hex301F1B0232C51b1cf
Octal60373304354121133417
Binary1100001111111011010001110110010100011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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