#30190A

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

Shades of Brown Pod #30190A

Tints of Brown Pod #30190A

Color information

#30190A (or 0x30190A) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 0A. RGB value is (48,25,10). Sum of RGB (Red+Green+Blue) = 48+25+10=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190A is #CFE6F5. Grayscale: #1E1E1E. Windows color (decimal): -13625078 or 661808. OLE color: 661808.

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

Color convert

RGB482510-
CMYK00.480.790.81
HSL23.68º65.52%11.37%-
HSV(B)23.68º79.17%18.82%-
XYZ1.621.350.46-
YUV30.17116.62140.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=57.83%
G=30.12%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251000.480.790.8123.6865.5211.37
Hex3019A0304F511842b
Octal6031120601171213010213
Binary1100001100110100110000100111110100011100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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