#30190F

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

Shades of Brown Pod #30190F

Tints of Brown Pod #30190F

Color information

#30190F (or 0x30190F) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 0F. RGB value is (48,25,15). Sum of RGB (Red+Green+Blue) = 48+25+15=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #30190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190F is #CFE6F0. Grayscale: #1E1E1E. Windows color (decimal): -13625073 or 989488. OLE color: 989488.

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

Color convert

RGB482515-
CMYK00.480.690.81
HSL18.18º52.38%12.35%-
HSV(B)18.18º68.75%18.82%-
XYZ1.651.360.63-
YUV30.74119.12140.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=54.55%
G=28.41%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251500.480.690.8118.1852.3812.35
Hex3019F03045511234c
Octal603117060105121226414
Binary110000110011111011000010001011010001100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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