#30190C

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

Shades of Brown Pod #30190C

Tints of Brown Pod #30190C

Color information

#30190C (or 0x30190C) is unknown color: approx Brown Pod. HEX triplet: 30, 19 and 0C. RGB value is (48,25,12). Sum of RGB (Red+Green+Blue) = 48+25+12=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190C is #CFE6F3. Grayscale: #1E1E1E. Windows color (decimal): -13625076 or 792880. OLE color: 792880.

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

Color convert

RGB482512-
CMYK00.480.750.81
HSL21.67º60%11.76%-
HSV(B)21.67º75%18.82%-
XYZ1.631.350.52-
YUV30.4117.62140.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=56.47%
G=29.41%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251200.480.750.8121.676011.76
Hex3019C0304B51163cc
Octal603114060113121267414
Binary110000110011100011000010010111010001101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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