#30160B

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

Shades of Brown Pod #30160B

Tints of Brown Pod #30160B

Color information

#30160B (or 0x30160B) is unknown color: approx Brown Pod. HEX triplet: 30, 16 and 0B. RGB value is (48,22,11). Sum of RGB (Red+Green+Blue) = 48+22+11=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30160B is #CFE9F4. Grayscale: #1C1C1C. Windows color (decimal): -13625845 or 726576. OLE color: 726576.

HSL color Cylindrical-coordinate representation of color #30160B: hue angle of 17.84º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30160B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB482211-
CMYK00.540.770.81
HSL17.84º62.71%11.57%-
HSV(B)17.84º77.08%18.82%-
XYZ1.571.230.47-
YUV28.52118.11141.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=59.26%
G=27.16%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48221100.540.770.8117.8462.7111.57
Hex3016B0364D51123fc
Octal602613066115121227714
Binary110000101101011011011010011011010001100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30160B; }

 p { color: rgb(48,22,11); }

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

<style>
 a { background-color: #30160B; }

 a { background-color: rgb(48,22,11); }

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

<style>
 span { border-color: #30160B; }

 span { border-color: rgb(48,22,11); }

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