#30180B

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

Shades of Brown Pod #30180B

Tints of Brown Pod #30180B

Color information

#30180B (or 0x30180B) is unknown color: approx Brown Pod. HEX triplet: 30, 18 and 0B. RGB value is (48,24,11). Sum of RGB (Red+Green+Blue) = 48+24+11=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180B is #CFE7F4. Grayscale: #1D1D1D. Windows color (decimal): -13625333 or 727088. OLE color: 727088.

HSL color Cylindrical-coordinate representation of color #30180B: hue angle of 21.08º 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 #30180B is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB482411-
CMYK00.50.770.81
HSL21.08º62.71%11.57%-
HSV(B)21.08º77.08%18.82%-
XYZ1.611.310.48-
YUV29.69117.45141.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=57.83%
G=28.92%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48241100.50.770.8121.0862.7111.57
Hex3018B0324D51153fc
Octal603013062115121257714
Binary110000110001011011001010011011010001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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