#30190D

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

Shades of Brown Pod #30190D

Tints of Brown Pod #30190D

Color information

#30190D (or 0x30190D) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 0D. RGB value is (48,25,13). Sum of RGB (Red+Green+Blue) = 48+25+13=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190D is #CFE6F2. Grayscale: #1E1E1E. Windows color (decimal): -13625075 or 858416. OLE color: 858416.

HSL color Cylindrical-coordinate representation of color #30190D: hue angle of 20.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30190D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482513-
CMYK00.480.730.81
HSL20.57º57.38%11.96%-
HSV(B)20.57º72.92%18.82%-
XYZ1.641.350.56-
YUV30.51118.12140.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=55.81%
G=29.07%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251300.480.730.8120.5757.3811.96
Hex3019D03049511539c
Octal603115060111121257114
Binary110000110011101011000010010011010001101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30190D; }

 p { color: rgb(48,25,13); }

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

<style>
 a { background-color: #30190D; }

 a { background-color: rgb(48,25,13); }

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

<style>
 span { border-color: #30190D; }

 span { border-color: rgb(48,25,13); }

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